Package io.undertow.server.handlers
Class CanonicalPathHandler
java.lang.Object
io.undertow.server.handlers.CanonicalPathHandler
- All Implemented Interfaces:
HttpHandler
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNext()voidhandleRequest(HttpServerExchange exchange) Handle the request.setNext(HttpHandler next)
-
Constructor Details
-
CanonicalPathHandler
public CanonicalPathHandler() -
CanonicalPathHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-
getNext
-
setNext
-