Uses of Interface
com.iizix.nio.ISocketComm
Packages that use ISocketComm
Uses of ISocketComm in com.iizix.comm
Classes in com.iizix.comm that implement ISocketCommModifier and TypeClassDescriptionclass
The ServerSocketComm class is used to open a plain server socket with an optional bind address.class
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 ISocketCommModifier and TypeClassDescriptionclass
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 ISocketCommModifier and TypeMethodDescriptionWorkerNIO.register
(ISocketComm comm, SelectableChannel channel, int ops) Registers a SocketComm - opened - instance with the IO Selector associated with the Worker.