Package pygmy.core

Interface Summary
EndPoint An Endpoint is reponsible for recieving HTTP requests (from sockets, files, etc), posting the requests to the Server, and sending the HttpResponse back.
Handler Objects that implement this interface handle the HttpRequests.
ResponseData  
ResponseListener Interface for monitoring progress of sending HttpResponse.
SingleThreadedHttpEndPoint.DirectionalTransfer  
 

Class Summary
AbstractHandler  
ChainableProperties  
ChunkedEncodingOutputStream  
ConfigOption This class is used by handlers or endpoints to tell the server which options are used to configure the object.
ConnectionRunnable  
Http Utility class for HTTP error codes, and other command HTTP tasks.
HttpHeaders  
HttpRequest This holds the http request data a given request.
HttpResponse This holds the response data for the http response.
InputStreamResponseData  
InternetInputStream  
InternetOutputStream  
NonBlockingRunnable  
PrintWriterResponseData  
Request  
Response  
ResponseDataList  
Server Server is the core of the system.
ServerSocketEndPoint This EndPoint provides normal sockets for the http protocol.
SingleThreadedHttpEndPoint  
SingleThreadedHttpEndPoint.Client  
SingleThreadedHttpEndPoint.TransferToSocket  
SingleThreadedHttpEndPoint.TransferToWorker  
SSLServerSocketEndPoint This EndPoint provides SSL sockets for http protocol.
ThreadPool  
UUID  
 

Exception Summary
HttpProtocolException