HttpHandler@Deprecated public class DateHandler extends Object implements HttpHandler
This handler is deprecated, the same functionality is achieved by using the
server option ALWAYS_SET_DATE.
It is enabled by default.
| Constructor | Description |
|---|---|
DateHandler(HttpHandler next) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleRequest(HttpServerExchange exchange) |
Deprecated.
Handle the request.
|
public DateHandler(HttpHandler next)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionCopyright © 2018. All rights reserved.