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
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionJvmRouteHandler(HttpHandler next, String sessionCookieName, String jvmRoute) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
JvmRouteHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-