Class DistributableSessionIdentifierCodec
java.lang.Object
org.wildfly.clustering.web.undertow.routing.DistributableSessionIdentifierCodec
- All Implemented Interfaces:
SessionIdentifierCodec
SessionIdentifierCodec that encodes the route determined by a RouteLocator.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionDistributableSessionIdentifierCodec(RouteLocator locator, RoutingSupport routing) -
Method Summary
Modifier and TypeMethodDescriptiondecode(CharSequence encodedSessionId) encode(CharSequence sessionId)
-
Constructor Details
-
DistributableSessionIdentifierCodec
-
-
Method Details
-
encode
- Specified by:
encodein interfaceSessionIdentifierCodec
-
decode
- Specified by:
decodein interfaceSessionIdentifierCodec
-