Package simple.http.connect

Interface Summary
Configurator The Configurator object is used to allow custom socket configurations to be used for the connected clients.
 

Class Summary
ConfiguratorFactory The ConfiguratorFactory retrives an instance of the Configurator interface, used to configure the connected TCP sockets.
Connection The Connection manages connections from ServerSocket's.
ConnectionFactory This is used to create a Connection that will dispatch either HTTP requests or Pipeline objects to the handler specified.
SocketHandler The SocketHandler object is used in conjunction with the Connection to dispatch Pipeline objects to a PipelineHandler for incoming TCP connections.