Uses of Class
com.iizix.comm.ServerSocketComm
Packages that use ServerSocketComm
Uses of ServerSocketComm in com.iizix.comm
Methods in com.iizix.comm with parameters of type ServerSocketCommModifier and TypeMethodDescriptionvoidServerSocketCommListener.onAcceptCommError(ServerSocketComm comm, IOException e) Called when the accept new communication gets an error.voidServerSocketCommListener.onCommAccept(ServerSocketComm comm, 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, IOException e) Called when the communication link gets an error.voidServerSocketCommListener.onCommOpen(ServerSocketComm comm) Called when the communication link is opened.