Package simple.http

Interface Summary
Attributes This is an Attributes object which is used to convey attributes for a given connection.
GenericHeader This is a GenericHeader object that can be used to represent the headers that can be found in a HTTP message header.
PipelineFactory The PipelineFactory enables any object that is using a PipelineHandler to produce the object desired for processing with a Socket.
PipelineHandler The PipelineHandler interface is used to represent an object that handles Pipeline objects in sequence with a ProtocolHandler.
ProtocolHandler This is a ProtocolHandler that is used to process HTTP Request and Response objects.
Request This interface is used to represent a HTTP request.
RequestLine The RequestLine is used to represent a HTTP request line.
Response This is used to represent the HTTP response.
State The State is used by the Request to examine the cookies that have been issued with the HTTP request.
StatusLine The StatusLine is used to represent a HTTP status line.
 

Class Summary
BufferedPipelineFactory The BufferedPipelineFacotry object is used to buffer the output for network performance.
FilterPipeline This is a FilterPipeline object that is used to wrap the Pipeline it is given.
FilterRequest The FilterRequest object is used so that the original Request object can be wrapped in a filtering proxy object.
FilterResponse The FilterResponse object is used so that the original Response object can be wrapped in a filtering proxy object.
Pipeline This is a Pipeline object that is used to represent a HTTP Pipeline.
PipelineHandlerFactory The PipelineHandlerFactory is used to hide a specific implementation of the PipelineHandler used.