Uses of Class
org.apache.juneau.encoders.EncoderSet
Packages that use EncoderSet
Package
Description
REST Server API
-
Uses of EncoderSet in org.apache.juneau.encoders
Methods in org.apache.juneau.encoders that return EncoderSet -
Uses of EncoderSet in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return EncoderSetModifier and TypeMethodDescriptionRestContext.getEncoders()
Returns the encoders associated with this context.RestOpContext.getEncoders()
Returns the compression encoders to use for this method. -
Uses of EncoderSet in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart with parameters of type EncoderSetModifier and TypeMethodDescriptionRequestContent.encoders
(EncoderSet value) Sets the encoders to use for decoding this content.