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 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 IWorkerTimeout in com.iizix.nio
Subinterfaces of IWorkerTimeout in com.iizix.nio Modifier and Type Interface Description interfaceISocketCommThe interface for sockets or server sockets to implement for processing events.Classes in com.iizix.nio that implement IWorkerTimeout 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 IWorkerTimeout Modifier and Type Method Description booleanWorkerNIO. registerTimeoutHandler(IWorkerTimeout handler)Registers a new timeout handler.booleanWorkerNIO. unregisterTimeoutHandler(IWorkerTimeout handler)Unregisters a timeout handler.