public static interface SockJsHandler.PathParams
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches() |
String |
serverId()
The serverId is chosen by the client and exists to make it easier to configure
load balancers to enable sticky sessions.
|
String |
sessionId()
The sessionId is a unique random number which identifies the session.
|
Transports.Type |
transport()
The type of transport.
|
boolean matches()
String serverId()
String sessionId()
Transports.Type transport()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.