Class RequestEncodingHandler

  • All Implemented Interfaces:
    HttpHandler

    public class RequestEncodingHandler
    extends Object
    implements HttpHandler
    Handler that serves as the basis for request content encoding.

    This is not part of the HTTP spec, however there are some applications where it is useful.

    It behaves in a similar manner to EncodingHandler, however it deals with the requests content encoding.

    Author:
    Stuart Douglas