-
Notifications
You must be signed in to change notification settings - Fork 9
client.JFilesClientThread
zackarm edited this page Mar 27, 2017
·
1 revision
The main purpose of this class is to handle creating a thread for a JFilesClient object.
Package: client
Parameter:
- 'mclient' - The client
- 'msocket' - The socket
Private:
- 'Socket socket' - Default value NULL.
- 'JFilesClient client' - Default value NULL.
- 'DataInputStream' streamIn - Default value NULL.
Opens the stream
Closes the stream
Takes input from the socket and calls JFilesClient.handle().
Starts the thread
- Home
- Course-Related Materials
- Development Environment
- Development Workflow
- Packages
- Guides
- Team Pages