Uses of Class
com.iizix.comm.ServerSocketComm
Uses of ServerSocketComm in com.iizix.comm
Modifier and TypeMethodDescriptionvoid
ServerSocketCommListener.onAcceptCommError
(ServerSocketComm comm, IOException e) Called when the accept new communication gets an error.void
ServerSocketCommListener.onCommAccept
(ServerSocketComm comm, 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, IOException e) Called when the communication link gets an error.void
ServerSocketCommListener.onCommOpen
(ServerSocketComm comm) Called when the communication link is opened.