@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 and Description |
---|
DateHandler(HttpHandler next) Deprecated. |
Modifier and Type | Method and Description |
---|---|
void | handleRequest(HttpServerExchange exchange) Deprecated. Handle the request. |
public DateHandler(HttpHandler next)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandler
handleRequest
in interface HttpHandler
exchange
- the HTTP request/response exchangeException
Copyright © 2020 JBoss by Red Hat. All rights reserved.