Uses of Interface
com.iizix.nio.SocketCommListener
Uses of SocketCommListener in com.iizix.comm
ModifierConstructorDescriptionSocketComm
(SocketCommProps properties, Worker worker, SocketCommListener listener, SSLEngine engine) Creates a new Socket Client Communication channel as UNINITIALIZED.Uses of SocketCommListener in com.iizix.nio
ModifierConstructorDescriptionprotected
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.