HttpHandlerpublic class HttpContinueReadHandler extends Object implements HttpHandler
| Constructor | Description |
|---|---|
HttpContinueReadHandler(HttpHandler handler) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleRequest(HttpServerExchange exchange) |
Handle the request.
|
public HttpContinueReadHandler(HttpHandler handler)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionCopyright © 2018. All rights reserved.