Package io.undertow.server
Class JvmRouteHandler
java.lang.Object
io.undertow.server.JvmRouteHandler
- All Implemented Interfaces:
HttpHandler
Handler that appends the JVM route to the session id.
- Author:
- Stuart Douglas, Richard Opalka
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionJvmRouteHandler
(HttpHandler next, String sessionCookieName, String jvmRoute) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
JvmRouteHandler
-
-
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
-