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 TypeMethodDescriptionvoid
handleRequest
(HttpServerExchange exchange) Handle the request.toString()
-
Constructor Details
-
PathSeparatorHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandler
Handle the request.- Specified by:
handleRequest
in interfaceHttpHandler
- Parameters:
exchange
- the HTTP request/response exchange- Throws:
Exception
-
toString
-