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 void
ServerSocketCommListener. onAcceptCommError(ServerSocketComm comm, java.io.IOException e)
Called when the accept new communication gets an error.void
ServerSocketCommListener. onCommAccept(ServerSocketComm comm, java.nio.channels.SocketChannel socketChannel)
Called when a connection should be accepted or rejected.void
ServerSocketCommListener. onCommClosed(ServerSocketComm comm)
Called when the communication link is closed.void
ServerSocketCommListener. onCommError(ServerSocketComm comm, java.io.IOException e)
Called when the communication link gets an error.void
ServerSocketCommListener. onCommOpen(ServerSocketComm comm)
Called when the communication link is opened.