public class CanonicalPathHandler extends Object implements HttpHandler
Modifier and Type | Class and Description |
---|---|
static class | CanonicalPathHandler.Builder |
Constructor and Description |
---|
CanonicalPathHandler() |
CanonicalPathHandler(HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
HttpHandler | getNext() |
void | handleRequest(HttpServerExchange exchange) Handle the request. |
CanonicalPathHandler | setNext(HttpHandler next) |
public CanonicalPathHandler()
public CanonicalPathHandler(HttpHandler next)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandler
handleRequest
in interface HttpHandler
exchange
- the HTTP request/response exchangeException
public HttpHandler getNext()
public CanonicalPathHandler setNext(HttpHandler next)
Copyright © 2020 JBoss by Red Hat. All rights reserved.