HttpHandler
@Deprecated public class DateHandler extends java.lang.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 java.lang.Exception
HttpHandler
handleRequest
in interface HttpHandler
exchange
- the HTTP request/response exchangejava.lang.Exception
Copyright © 2018. All rights reserved.