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