Uses of Class
com.iizix.nio.WorkerNIO
Packages that use WorkerNIO
Uses of WorkerNIO in com.iizix
Modifier and TypeClassDescriptionfinal class
The Worker is a class that handles all communication with "plain" sockets, received and sent (pending) messages to connectors, along with handling the session queue.Uses of WorkerNIO in com.iizix.nio
Constructors in com.iizix.nio with parameters of type WorkerNIOModifierConstructorDescriptionprotected
SocketCommNIO
(WorkerNIO worker, SocketChannel socketChannel, SocketCommListener listener, boolean isVerbose) Creates a new Socket Client Communication channel from a Server Socket Accept.SocketCommNIO
(String host, int port, String bindAddress, WorkerNIO worker, SocketCommListener listener, boolean isVerbose, SSLEngine engine) Creates a new Socket Client Communication channel as UNINITIALIZED.WebSocketCommNIO
(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.