|
AeroGear Netty SockJS Codec 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SockJsHandler.PathParams
Represents HTTP path parameters in SockJS. The path consists of the following parts: http://server:port/prefix/serverId/sessionId/transport
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
boolean matches()
String serverId()
String sessionId()
Transports.Type transport()
|
AeroGear Netty SockJS Codec 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||