public static class SockJsHandler.NonSupportedPath extends Object implements SockJsHandler.PathParams
| Constructor and Description |
|---|
SockJsHandler.NonSupportedPath() |
| 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.
|
public boolean matches()
matches in interface SockJsHandler.PathParamspublic String serverId()
SockJsHandler.PathParamsserverId in interface SockJsHandler.PathParamspublic String sessionId()
SockJsHandler.PathParamssessionId in interface SockJsHandler.PathParamspublic Transports.Type transport()
SockJsHandler.PathParamstransport in interface SockJsHandler.PathParamsCopyright © 2014 JBoss by Red Hat. All Rights Reserved.