This class is the class that checks the clients local port, and hands off threads accordingly.
More...
|
|
| ServerThread (Socket client) |
| |
|
| ServerThread (DatagramSocket udpClient) |
| |
|
void | run () |
| |
|
|
void | tcpUpload () |
| |
|
void | tcpDownload () |
| |
|
void | udpUpload () |
| |
|
void | udpDownload () |
| |
|
void | httpHandler () |
| |
|
|
boolean | continueUDP = true |
| |
|
Socket | client |
| |
|
DatagramSocket | udpClient = null |
| |
This class is the class that checks the clients local port, and hands off threads accordingly.
- Author
- William Daniels
- Version
- 1.1
The documentation for this class was generated from the following file:
- src/main/java/com/server/ServerThread.java