Class HttpContinueReadHandler

  • All Implemented Interfaces:
    HttpHandler

    public class HttpContinueReadHandler
    extends java.lang.Object
    implements HttpHandler
    Handler for requests that require 100-continue responses. If an attempt is made to read from the source channel then a 100 continue response is sent.
    Author:
    Stuart Douglas
    • Constructor Detail

      • HttpContinueReadHandler

        public HttpContinueReadHandler​(HttpHandler handler)
    • Method Detail

      • handleRequest

        public void handleRequest​(HttpServerExchange exchange)
                           throws java.lang.Exception
        Description copied from interface: HttpHandler
        Handle the request.
        Specified by:
        handleRequest in interface HttpHandler
        Parameters:
        exchange - the HTTP request/response exchange
        Throws:
        java.lang.Exception