Package com.iizix.nio


package com.iizix.nio
  • Class
    Description
    The connection attachment interface is used for a server receiving new connections using the WebSocketAcceptor interface.
    This class implements the cryptographic interface for the client/server communication.
    The interface for sockets or server sockets to implement for processing events.
    Interface to class that handles the WebSocket protocol.
    Timeout interface for the Worker, used by e.g.
    Interface for LoggerNIO to redirect low-level debug/verbose routines for Android.
    The socket communication listener.
    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.
    The state of the communication link.
    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.
    The WebSocket server acceptor listener.
    The WebSocket communication listener.
    Class to handle the WebSocket protocol.
    The WebSocketException 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.