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