Package com.iizix.comm
Interface IServerWebSocketCommListener
- All Superinterfaces:
WebSocketCommListener
- All Known Implementing Classes:
AbstractEndPoint
,LoadBalancerEndPoint
,RemoteBuilderEndPoint
,ServerSession
,VirtualizedMonitorEndPoint
Interface that an end point must return in case communication is accepted.
- Author:
- Christopher Mindus
Field Summary
Fields inherited from interface com.iizix.nio.WebSocketCommListener
CC_ABNORMAL_CLOSURE, CC_GOING_AWAY, CC_INTERNAL_ERROR, CC_INVALID_PAYLOAD_DATA, CC_MANDATORY_EXT, CC_MESSAGE_TOO_BIG, CC_NO_STATUS_RECEIVED, CC_NORMAL, CC_POLICY_VIOLATION, CC_PROTOCOL_ERROR, CC_SERVICE_RESTART, CC_TLS_HANDSHAKE, CC_TRY_AGAIN_LATER, CC_UNSUPPORTED_DATA
Method Summary
Methods inherited from interface com.iizix.nio.WebSocketCommListener
onCommClosed, onCommClosing, onCommConnected, onCommData, onCommData, onCommError, onCommHeartBeat, onCommOpen, onCommTimeout
Method Details
getEndPoint
Object getEndPoint()Gets the end-point.- Returns:
- An instance of com.iizix.server.IEndPoint.