Uses of Class
org.apache.juneau.encoders.Encoder
Packages that use Encoder
- 
Uses of Encoder in org.apache.juneau.encodersSubclasses of Encoder in org.apache.juneau.encodersModifier and TypeClassDescriptionstatic classAn identifier that the previous encoders in this group should be inherited.static classAn identifier that the previous encoders in this group should not be inherited.classEncoder for handling"gzip" encoding and decoding.classEncoder for handling"identity" encoding and decoding.Methods in org.apache.juneau.encoders that return EncoderModifier and TypeMethodDescriptionEncoderMatch.getEncoder()Returns the encoder that matched the HTTPAccept-Encoding header value.EncoderSet.getEncoder(String encoding) Returns the encoder registered with the specified coding (e.g.Methods in org.apache.juneau.encoders with parameters of type EncoderModifier and TypeMethodDescriptionRegisters the specified encoders with this group.
- 
Uses of Encoder in org.apache.juneau.restMethods in org.apache.juneau.rest with parameters of type EncoderModifier and TypeMethodDescriptionAdds one or more encoders to this class.Adds one or more encoders to this operation.