Package io.undertow.server.handlers
Class HttpContinueReadHandler
java.lang.Object
io.undertow.server.handlers.HttpContinueReadHandler
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
HttpContinueReadHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandler
Handle the request.- Specified by:
handleRequest
in interfaceHttpHandler
- Parameters:
exchange
- the HTTP request/response exchange- Throws:
Exception
-