Class HttpContinueAcceptingHandler

  • All Implemented Interfaces:
    HttpHandler

    public class HttpContinueAcceptingHandler
    extends Object
    implements HttpHandler
    Handler that provides support for HTTP/1.1 continue responses.

    If the provided predicate returns true then the request will be accepted, otherwise it will be rejected. If no predicate is supplied then all requests will be accepted.

    Author:
    Stuart Douglas
    See Also:
    HttpContinue