Uses of Class
org.apache.juneau.encoders.EncoderSet
Packages that use EncoderSet
Package
Description
Encoders
REST Server API
REST HTTP Parts
-
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
Fields in org.apache.juneau.rest declared as EncoderSetModifier and TypeFieldDescriptionprotected final EncoderSetRestContext.encodersprotected final EncoderSetRestOpContext.encodersMethods 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.