Uses of Class
org.apache.juneau.rest.util.FinishableServletOutputStream
Packages that use FinishableServletOutputStream
-
Uses of FinishableServletOutputStream in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return FinishableServletOutputStreamModifier and TypeMethodDescriptionRestResponse.getNegotiatedOutputStream()Equivalent toServletResponse.getOutputStream(), except wraps the output stream if anEncoderwas found that matched theAccept-Encoding header.