All Classes Functions Variables
Public Member Functions | Private Member Functions | Private Attributes | List of all members
com.server.ServerThread Class Reference

This class is the class that checks the clients local port, and hands off threads accordingly. More...

Public Member Functions

 ServerThread (Socket client)
 
 ServerThread (DatagramSocket udpClient)
 
void run ()
 

Private Member Functions

void tcpUpload ()
 
void tcpDownload ()
 
void udpUpload ()
 
void udpDownload ()
 
void httpHandler ()
 

Private Attributes

boolean continueUDP = true
 
Socket client
 
DatagramSocket udpClient = null
 

Detailed Description

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: