|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
IPictionaryClientCallback
, in this case PictionaryClientGUI
.
PictionaryClient
that we receive and forward events from/to.
PictionaryServer.clientConnections
, removes the username for PictionaryServer.illegalUsernames
and informs all connected clients that someone left the server.
PictionaryClient.ServerConnection.receiveThread
or PictionaryClient.ServerConnection.sendThread
.
PictionaryServer.connectionToClientClosedWithError(ClientConnection, String)
and calls PictionaryServer.ClientConnection.close()
.
PictionaryClient.ServerConnection
using PictionaryClient.serverHostName
and PictionaryClient.serverPort
.
List
containing the names of the connected clients.
PictionaryServer.clientDisconnected(ClientConnection)
and prints a message to standard error output.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |