Package io.undertow.server.handlers
Class PathSeparatorHandler
java.lang.Object
io.undertow.server.handlers.PathSeparatorHandler
- All Implemented Interfaces:
HttpHandler
A handler that translates non slash separator characters in the URL into a slash.
In general this will translate backslash into slash on windows systems.
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
PathSeparatorHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-