Uses of Interface
com.iizix.nio.SocketCommListener
Packages that use SocketCommListener Package Description com.iizix.comm com.iizix.nio Uses of SocketCommListener in com.iizix.comm
Constructors in com.iizix.comm with parameters of type SocketCommListener Constructor Description SocketComm(SocketCommProps properties, Worker worker, SocketCommListener listener, javax.net.ssl.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 SocketCommListener Constructor Description SocketCommNIO(WorkerNIO worker, java.nio.channels.SocketChannel socketChannel, SocketCommListener listener, boolean isVerbose)
Creates a new Socket Client Communication channel from a Server Socket Accept.SocketCommNIO(java.lang.String host, int port, java.lang.String bindAddress, WorkerNIO worker, SocketCommListener listener, boolean isVerbose, javax.net.ssl.SSLEngine engine)
Creates a new Socket Client Communication channel as UNINITIALIZED.