java.lang.Object
Model.gameClasses.BookScrabbleHandler
- All Implemented Interfaces:
ClientHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidhandleClient(InputStream inFromclient, OutputStream outToClient) a Handler to communicate with a client.
-
Constructor Details
-
BookScrabbleHandler
public BookScrabbleHandler()
-
-
Method Details
-
handleClient
a Handler to communicate with a client.- Specified by:
handleClientin interfaceClientHandler- Parameters:
inFromclient- an input stream from the clientoutToClient- and output stream to the client
-
close
public void close()- Specified by:
closein interfaceClientHandler
-