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 classServerSocketCommThe ServerSocketComm class is used to open a plain server socket with an optional bind address.classSocketCommThe 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 classSocketCommNIOThe 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.SelectionKeyWorkerNIO. register(ISocketComm comm, java.nio.channels.SelectableChannel channel, int ops)Registers a SocketComm - opened - instance with the IO Selector associated with the Worker.