Uses of Class
com.iizix.prop.WebSocketCommProps
Uses of WebSocketCommProps in com.iizix.comm
Modifier and TypeFieldDescriptionfinal WebSocketCommProps
WebSocketComm.properties
The WebSocket (and Socket) properties.ModifierConstructorDescriptionWebSocketComm
(WebSocketCommProps properties, Worker worker, WebSocketCommListener listener, SSLEngine engine) Creates a new WebSocket Client Communication channel as UNINITIALIZED.WebSocketComm
(WebSocketCommProps properties, Worker worker, SocketChannel channel, WebSocketCommListener listener, WebSocketAcceptor acceptor) Creates a new WebSocket Client Communication channel from an accepted socket connection and sets it to as CHECKING_CONNECT_REQUEST, before the negotiation is completed and then becomes CONNECTED.Uses of WebSocketCommProps in com.iizix.prop
Modifier and TypeClassDescriptionclass
This property container contains all properties required for Transaction communication based on WebSockets.