|
Class Summary |
| BusyFlag |
This object is a lock on a shared object |
| HTTPClientSocket |
This class subclasses TCPClientSocket, creating and sending HTTP requests. |
| HTTPMulticastUDPSocket |
This object is able to connect to a multicast group and to send multicast
messages |
| HTTPServerSocket |
This class subclasses TCPServerSocket, listening for and handling HTTP requests. |
| MulticastUDPSocket |
This class implements a threaded server - client socket that accepts UDP
multicast packets. |
| RequestData |
This class maintains the data received in a request |
| TCPClientSocket |
This class implements a simple client socket that sends TCP packets. |
| TCPServerSocket |
This class implements a threaded serversocket that accepts TCP packets. |
| URLDecoder |
This class decodes application/x-www-form-urlencoded MIME types
doing the inverse of java.net.URLEncoder. |