Uses of Class
org.apache.juneau.encoders.EncoderSet
Packages that use EncoderSet
Package
Description
REST Server API
- 
Uses of EncoderSet in org.apache.juneau.encodersMethods in org.apache.juneau.encoders that return EncoderSet
- 
Uses of EncoderSet in org.apache.juneau.restMethods 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.httppartMethods 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.