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. |