public interface ClientStateListener
Modifier and Type | Interface and Description |
---|---|
static class |
ClientStateListener.DisconnectInfo
Provided with the clientDisconnected() notification to
include additional information about the disconnect.
|
Modifier and Type | Method and Description |
---|---|
void |
clientConnected(Client c)
Called when the specified client is fully connected to
the remote server.
|
void |
clientDisconnected(Client c,
ClientStateListener.DisconnectInfo info)
Called when the client has disconnected from the remote
server.
|
void clientConnected(Client c)
void clientDisconnected(Client c, ClientStateListener.DisconnectInfo info)