Package io.undertow.server.handlers
Class HttpContinueReadHandler
java.lang.Object
io.undertow.server.handlers.HttpContinueReadHandler
- All Implemented Interfaces:
HttpHandler
Deprecated.
This class is no longer required
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Deprecated.Handle the request.
-
Constructor Details
-
HttpContinueReadHandler
Deprecated.
-
-
Method Details
-
handleRequest
Deprecated.Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-