HttpHandlerpublic class DisallowedMethodsHandler extends Object implements HttpHandler
| Modifier and Type | Class | Description |
|---|---|---|
static class |
DisallowedMethodsHandler.Builder |
| Constructor | Description |
|---|---|
DisallowedMethodsHandler(HttpHandler next,
HttpString... disallowedMethods) |
|
DisallowedMethodsHandler(HttpHandler next,
Set<HttpString> disallowedMethods) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleRequest(HttpServerExchange exchange) |
Handle the request.
|
public DisallowedMethodsHandler(HttpHandler next, Set<HttpString> disallowedMethods)
public DisallowedMethodsHandler(HttpHandler next, HttpString... disallowedMethods)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionCopyright © 2018. All rights reserved.