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 TypeClassDescriptionclassThe ServerSocketComm class is used to open a plain server socket with an optional bind address.classThe 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 TypeInterfaceDescriptioninterfaceThe interface for sockets or server sockets to implement for processing events.Classes in com.iizix.nio that implement IWorkerTimeoutModifier and TypeClassDescriptionclassThe 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 TypeMethodDescriptionbooleanWorkerNIO.registerTimeoutHandler(IWorkerTimeout handler) Registers a new timeout handler.booleanWorkerNIO.unregisterTimeoutHandler(IWorkerTimeout handler) Unregisters a timeout handler.