Package csli.util.socket

Interface Summary
BasicHttpServer.HttpRequestHandler The interface which the request handlers must implement.
SocketResponseHandler An interface for things which want to listen to responses from a socket.
 

Class Summary
BasicHttpServer A very basic HTTP server which is it's own thread that listens to a socket on a specified port and sends requests to specified request handler.
SocketServer This class implements a passive server socket.