Uses of Class
net.rudp.ReliableSocket
-
-
Uses of ReliableSocket in net.rudp
Subclasses of ReliableSocket in net.rudp Modifier and Type Class Description classReliableServerSocket.ReliableClientSocketMethods in net.rudp with parameters of type ReliableSocket Modifier and Type Method Description voidReliableSocketStateListener. connectionClosed(ReliableSocket sock)Invoked when the connection is closed.voidReliableSocketStateListener. connectionFailure(ReliableSocket sock)Invoked when the (established) connection fails.voidReliableSocketStateListener. connectionOpened(ReliableSocket sock)Invoked when the connection is opened.voidReliableSocketStateListener. connectionRefused(ReliableSocket sock)Invoked when the attempt to establish a connection is refused.voidReliableSocketStateListener. connectionReset(ReliableSocket sock)Invoked when the connection is reset.
-