public interface IEndPoint
Modifier and Type | Interface and Description |
---|---|
static class |
IEndPoint.Type
The type of end-point.
|
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_HEARTBEAT_INTERVAL
Default heart-beat interval in milliseconds (20 seconds).
|
static String |
STORAGE_NAME
Local storage name in SessionInfo.
|
Modifier and Type | Method and Description |
---|---|
boolean |
dispose()
Disposes of the end point.
|
String |
getEndPointName()
Gets the end point name.
|
IEndPoint.Type |
getEndPointType()
Gets the end point type.
|
ServerShell |
getServer()
Gets the server instance.
|
long |
getServerSessionID()
Gets the Server Session ID.
|
SessionInfo |
getSessionInfo()
Gets the SessionInfo for this end point.
|
static IEndPoint |
getSessionInstance()
Gets the runtime application instance for the current thread in a client session.
|
IServerWebSocketCommListener |
getWebSocketCommListener(IWebSocketComm comm)
Gets the WebSocketCommListener for the end point.
|
static final String STORAGE_NAME
static final long DEFAULT_HEARTBEAT_INTERVAL
static IEndPoint getSessionInstance()
null
otherwise.IEndPoint.Type getEndPointType()
String getEndPointName()
long getServerSessionID()
SessionInfo getSessionInfo()
ServerShell getServer()
IServerWebSocketCommListener getWebSocketCommListener(IWebSocketComm comm)
comm
- The WebSocket communication instance.boolean dispose()
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.