Uses of Class
org.apache.synapse.endpoints.dispatch.SessionCookie
-
Packages that use SessionCookie Package Description org.apache.synapse.endpoints.dispatch -
-
Uses of SessionCookie in org.apache.synapse.endpoints.dispatch
Methods in org.apache.synapse.endpoints.dispatch that return SessionCookie Modifier and Type Method Description protected SessionCookie
AbstractDispatcher. extractSessionCookie(MessageContext synCtx, String key)
Methods in org.apache.synapse.endpoints.dispatch with parameters of type SessionCookie Modifier and Type Method Description void
SALSessions. updateSession(MessageContext synCtx, SessionCookie cookie)
Update or establish a session
-