Package com.iizix.nio
- Interface Summary - Interface - Description - ConnectionAttachment The connection attachment interface is used for a server receiving new connections using the WebSocketAcceptor interface.- ISocketComm The interface for sockets or server sockets to implement for processing events.- IWebSocketComm Interface to class that handles the WebSocket protocol.- IWorkerTimeout Timeout interface for the Worker, used by e.g.- LoggerNIO Interface for LoggerNIO to redirect low-level debug/verbose routines for Android.- SocketCommListener The socket communication listener.- WebSocketAcceptor The WebSocket server acceptor listener.- WebSocketCommListener The WebSocket communication listener.
- Class Summary - Class - Description - DataPacket This class implements the cryptographic interface for the client/server communication.- SocketCommNIO The SocketComm class is used to open client sockets with a destination host with optional proxy (HTTP/SOCKS), secure socket (SSL/TLS), and atop WebSocket or Telnet as protocols.- SSLCommLayer The SSL SocketComm class is used to open client sockets with a destination host with optional proxy (HTTP/SOCKS), secure socket (SSL/TLS), and atop WebSocket or Telnet as protocols.- WebSocketCommNIO Class to handle the WebSocket protocol.- WorkerNIO 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.
- Enum Summary - Enum - Description - SocketCommNIO.State The state of the communication link.
- Exception Summary - Exception - Description - WebSocketException The WebSocketException class.