Uses of Interface
com.iizix.nio.SocketCommListener
Packages that use SocketCommListener
Uses of SocketCommListener in com.iizix.comm
Constructors in com.iizix.comm with parameters of type SocketCommListenerModifierConstructorDescriptionSocketComm
(SocketCommProps properties, Worker worker, SocketCommListener listener, SSLEngine engine) Creates a new Socket Client Communication channel as UNINITIALIZED.Uses of SocketCommListener in com.iizix.nio
Constructors in com.iizix.nio with parameters of type SocketCommListenerModifierConstructorDescriptionprotected
SocketCommNIO
(WorkerNIO worker, SocketChannel socketChannel, SocketCommListener listener, boolean isVerbose) Creates a new Socket Client Communication channel from a Server Socket Accept.SocketCommNIO
(String host, int port, String bindAddress, WorkerNIO worker, SocketCommListener listener, boolean isVerbose, SSLEngine engine) Creates a new Socket Client Communication channel as UNINITIALIZED.