Uses of Interface
com.iizix.nio.ISocketComm
Packages that use ISocketComm Package Description com.iizix.comm com.iizix.nio Uses of ISocketComm in com.iizix.comm
Classes in com.iizix.comm that implement ISocketComm Modifier and Type Class Description class
ServerSocketComm
The ServerSocketComm class is used to open a plain server socket with an optional bind address.class
SocketComm
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.Uses of ISocketComm in com.iizix.nio
Classes in com.iizix.nio that implement ISocketComm Modifier and Type Class Description class
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.Methods in com.iizix.nio with parameters of type ISocketComm Modifier and Type Method Description java.nio.channels.SelectionKey
WorkerNIO. register(ISocketComm comm, java.nio.channels.SelectableChannel channel, int ops)
Registers a SocketComm - opened - instance with the IO Selector associated with the Worker.