final 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.
Gets the worker associated with this task.
protected
Creates a new Socket Client Communication channel from a Server Socket Accept.
Creates a new Socket Client Communication channel as UNINITIALIZED.
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.