Class HttpContinueReadHandler

  • All Implemented Interfaces:
    HttpHandler

    public class HttpContinueReadHandler
    extends 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