Uses of Class
org.apache.juneau.rest.util.FinishablePrintWriter
Packages that use FinishablePrintWriter
-
Uses of FinishablePrintWriter in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return FinishablePrintWriterModifier and TypeMethodDescriptionRestResponse.getNegotiatedWriter()
Equivalent toServletResponse.getWriter()
, except wraps the output stream if anEncoder
was found that matched theAccept-Encoding header and sets theContent-Encoding header to the appropriate value.