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 Summary
Modifier 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
-
getEncoding
Returns the encoding of the encoder that matched the HTTPAccept-Encoding header value.- Returns:
- The encoding of the match.
-
getEncoder
Returns the encoder that matched the HTTPAccept-Encoding header value.- Returns:
- The encoder of the match.
-