Uses of Class
org.apache.juneau.encoders.Encoder
Packages that use Encoder
-
Uses of Encoder in org.apache.juneau.encoders
Subclasses of Encoder in org.apache.juneau.encodersModifier and TypeClassDescriptionstatic class
An identifier that the previous encoders in this group should be inherited.static class
An identifier that the previous encoders in this group should not be inherited.class
Encoder for handling"gzip" encoding and decoding.class
Encoder 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.rest
Methods 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.