Package context.arch.comm.protocol

Class Summary
HTTPClientSocket This class subclasses TCPClientSocket, creating and sending HTTP requests.
HTTPServerSocket This class subclasses TCPServerSocket, listening for and handling HTTP requests.
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.
 

Exception Summary
InvalidProtocolException This class implements the InvalidProtocolException.
ProtocolException This class implements the ProtocolException.