Class EncoderMatch

java.lang.Object
org.apache.juneau.encoders.EncoderMatch

public final class EncoderMatch extends Object
Represents a encoder and encoding that matches an HTTP Accept-Encoding header value.
See Also:
  • Method Details

    • getEncoding

      public String getEncoding()
      Returns the encoding of the encoder that matched the HTTP Accept-Encoding header value.
      Returns:
      The encoding of the match.
    • getEncoder

      public Encoder getEncoder()
      Returns the encoder that matched the HTTP Accept-Encoding header value.
      Returns:
      The encoder of the match.