Modifier and Type | Class and Description |
---|---|
class |
ReliableServerSocket.ReliableClientSocket |
Modifier and Type | Method and 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.
|
Copyright © 2009 Adrian Granados. All Rights Reserved.