Uses of Interface
com.iizix.nio.IWorkerTimeout
Packages that use IWorkerTimeout Package Description com.iizix.comm com.iizix.nio Uses of IWorkerTimeout in com.iizix.comm
Classes in com.iizix.comm that implement IWorkerTimeout 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 IWorkerTimeout in com.iizix.nio
Subinterfaces of IWorkerTimeout in com.iizix.nio Modifier and Type Interface Description interface
ISocketComm
The interface for sockets or server sockets to implement for processing events.Classes in com.iizix.nio that implement IWorkerTimeout 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 IWorkerTimeout Modifier and Type Method Description boolean
WorkerNIO. registerTimeoutHandler(IWorkerTimeout handler)
Registers a new timeout handler.boolean
WorkerNIO. unregisterTimeoutHandler(IWorkerTimeout handler)
Unregisters a timeout handler.