Uses of Interface
com.iizix.nio.WebSocketCommListener
Package
Description
Uses of WebSocketCommListener in com.iizix.comm
Modifier and TypeInterfaceDescriptioninterface
Interface that an end point must return in case communication is accepted.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.WebSocketServerComm
(WebSocketServerCommProps properties, Worker worker, WebSocketCommListener listener, WebSocketAcceptor acceptor) Constructs the WebSocket Server communication engine for the worker in question.Uses of WebSocketCommListener in com.iizix.jetty
Modifier and TypeMethodDescriptionvoid
InternalWebSocket.setListener
(WebSocketCommListener listener) Assigns the listener.Uses of WebSocketCommListener in com.iizix.nio
ModifierConstructorDescriptionWebSocketCommNIO
(WorkerNIO worker, boolean isSecure, int version, String[] subProtocols, boolean doFailForUnsupportedSubProtocol, int timeoutConnectClose, SocketChannel channel, WebSocketCommListener listener, WebSocketAcceptor acceptor, boolean isVerbose) 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.WebSocketCommNIO
(String requestURI, String host, int port, int version, String[] subProtocols, boolean isOriginValidated, int timeoutConnectClose, String bindAddress, WorkerNIO worker, WebSocketCommListener listener, boolean isVerbose, SSLEngine engine) Creates a new WebSocket Client Communication channel as UNINITIALIZED.Uses of WebSocketCommListener in com.iizix.server
Modifier and TypeClassDescriptionclass
An implementation of a common end point for an Editor, Server or Monitor.class
The main class for an Server session running in the Server.Uses of WebSocketCommListener in com.iizix.server.loadbalancer
Modifier and TypeClassDescriptionclass
The Load Balancer end point web socket connection.Uses of WebSocketCommListener in com.iizix.server.monitor
Modifier and TypeClassDescriptionclass
End point for the Virtualized Monitor that transports a proxy of a VirtualsPropCnr of a client to a viewer or monitor.Uses of WebSocketCommListener in com.iizix.server.run.remote
Modifier and TypeClassDescriptionclass
End point for the Remote Customized iiziRun Builder that transports a proxy of a RuntimeBuilderProps to build the app.