Uses of Class
com.iizix.prop.WebSocketCommProps
Packages that use WebSocketCommProps Package Description com.iizix.comm com.iizix.prop Uses of WebSocketCommProps in com.iizix.comm
Fields in com.iizix.comm declared as WebSocketCommProps Modifier and Type Field Description WebSocketCommProps
WebSocketComm. properties
The WebSocket (and Socket) properties.Constructors in com.iizix.comm with parameters of type WebSocketCommProps Constructor Description WebSocketComm(WebSocketCommProps properties, Worker worker, WebSocketCommListener listener, javax.net.ssl.SSLEngine engine)
Creates a new WebSocket Client Communication channel as UNINITIALIZED.WebSocketComm(WebSocketCommProps properties, Worker worker, java.nio.channels.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.prop Modifier and Type Class Description class
TransactionCommProps
This property container contains all properties required for Transaction communication based on WebSockets.