Package org.apache.juneau.encoders


package org.apache.juneau.encoders
Encoders
  • Class
    Description
    Used for enabling decompression on requests and compression on responses, such as support for GZIP compression.
    Represents a encoder and encoding that matches an HTTP Accept-Encoding header value.
    Represents the set of encoders keyed by codings.
    Builder class.
    An identifier that the previous encoders in this group should be inherited.
    An identifier that the previous encoders in this group should not be inherited.
    Interface that identifies an output stream has having a finish() method.
    Encoder for handling "gzip" encoding and decoding.
    Encoder for handling "identity" encoding and decoding.