Interface | Description |
---|---|
RequestAdapter |
part of the portlet / servlet request interface used by FastCGIHandler.
|
ResponseAdapter |
/ part of the portlet / servlet response interface used by FastCGIHandler.
|
Class | Description |
---|---|
FastCGIHandler |
handling of the fastCGI protocol.
|
FastCGIHandlerFactory |
This class helps instanciating FastCGIHandlers using a properties-based
configuration.
|
PooledConnectionFactory |
A connection factory that handles multiple connections, using an underlying connection pool provided
by commons-pool.
|
PoolFactory |
Implements PoolableObjectFactory so it creates tcp connections on demand using pool configuration.
|
PortletRequestAdapter | |
PortletResponseAdapter | |
ServletRequestAdapter |
Implementation used for plain servlets.
|
ServletResponseAdapter |
Implementation used for plain servlets.
|
SingleConnectionFactory |
A connection factory that always tries to connect to the same ip/port.
|
Copyright © 2009-2012 Julien Rialland, and the jFastCGI project developpers.. All Rights Reserved.