Package org.apache.juneau.encoders
Class EncoderMatch
java.lang.Object
org.apache.juneau.encoders.EncoderMatch
Represents a encoder and encoding that matches an HTTP Accept-Encoding  header value.
 
See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the encoder that matched the HTTPAccept-Encoding header value.Returns the encoding of the encoder that matched the HTTPAccept-Encoding header value.
- 
Method Details- 
getEncodingReturns the encoding of the encoder that matched the HTTPAccept-Encoding header value.- Returns:
- The encoding of the match.
 
- 
getEncoderReturns the encoder that matched the HTTPAccept-Encoding header value.- Returns:
- The encoder of the match.
 
 
-