Uses of Class
com.iizix.comm.ServerSocketComm
Packages that use ServerSocketComm Package Description com.iizix.comm Uses of ServerSocketComm in com.iizix.comm
Methods in com.iizix.comm with parameters of type ServerSocketComm Modifier and Type Method Description voidServerSocketCommListener. onAcceptCommError(ServerSocketComm comm, java.io.IOException e)Called when the accept new communication gets an error.voidServerSocketCommListener. onCommAccept(ServerSocketComm comm, java.nio.channels.SocketChannel socketChannel)Called when a connection should be accepted or rejected.voidServerSocketCommListener. onCommClosed(ServerSocketComm comm)Called when the communication link is closed.voidServerSocketCommListener. onCommError(ServerSocketComm comm, java.io.IOException e)Called when the communication link gets an error.voidServerSocketCommListener. onCommOpen(ServerSocketComm comm)Called when the communication link is opened.