Uses of Class
com.iizix.prop.WebSocketCommProps
Packages that use WebSocketCommProps
Uses of WebSocketCommProps in com.iizix.comm
Fields in com.iizix.comm declared as WebSocketCommPropsModifier and TypeFieldDescriptionfinal WebSocketCommProps
WebSocketComm.properties
The WebSocket (and Socket) properties.Constructors in com.iizix.comm with parameters of type WebSocketCommPropsModifierConstructorDescriptionWebSocketComm
(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
Subclasses of WebSocketCommProps in com.iizix.propModifier and TypeClassDescriptionclass
This property container contains all properties required for Transaction communication based on WebSockets.