Package com.iizix.server.client
Class ClientEndPoint
java.lang.Object
com.iizix.server.client.ClientEndPoint
- All Implemented Interfaces:
- IEndPoint
The main class for an Client session running in the Server.
- Author:
- Christopher Mindus
- Nested Class Summary- Nested classes/interfaces inherited from interface com.iizix.server.IEndPoint- IEndPoint.Type
- Field Summary- Fields inherited from interface com.iizix.server.IEndPoint- DEFAULT_HEARTBEAT_INTERVAL, STORAGE_NAME
- Method SummaryModifier and TypeMethodDescription- boolean- dispose()Disposes of the end point.Gets the end point name.Gets the end point type.Gets the server instance.- longGets the Server Session ID.Gets the SessionInfo for this end point.Returns the session statistics.Gets the client transaction processor.Gets the WebSocketCommListener for the end point.- booleanChecks if the client end point is disposed of.
- Method Details- getStatisticsReturns the session statistics.
- getWebSocketCommListenerGets the WebSocketCommListener for the end point.- Specified by:
- getWebSocketCommListenerin interface- IEndPoint
- Parameters:
- comm- The WebSocket communication instance.
- Returns:
- The WebSocket listener.
 
- getTransactionProcessorGets the client transaction processor.
- getServerSessionIDpublic long getServerSessionID()Gets the Server Session ID.- Specified by:
- getServerSessionIDin interface- IEndPoint
- Returns:
- The session ID.
 
- getServerGets the server instance.
- getEndPointTypeGets the end point type.- Specified by:
- getEndPointTypein interface- IEndPoint
- Returns:
- The endpoint type.
 
- getEndPointNameGets the end point name.- Specified by:
- getEndPointNamein interface- IEndPoint
- Returns:
- A short descriptive end-point type name.
 
- getSessionInfoGets the SessionInfo for this end point.- Specified by:
- getSessionInfoin interface- IEndPoint
- Returns:
- The SessionInfo instance.
 
- disposepublic boolean dispose()Disposes of the end point.
- isDisposedpublic boolean isDisposed()Checks if the client end point is disposed of.