Package | Description |
---|---|
net.jr.fastcgi.impl | |
net.jr.fastcgi.spring |
Modifier and Type | Class and Description |
---|---|
class |
PooledConnectionFactory
A connection factory that handles multiple connections, using an underlying connection pool provided
by commons-pool.
|
class |
SingleConnectionFactory
A connection factory that always tries to connect to the same ip/port.
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
FastCGIHandler.getConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
FastCGIHandler.setConnectionFactory(ConnectionFactory connectionFactory) |
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
RequestHandler.getConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
void |
RequestHandler.setConnectionFactory(ConnectionFactory connectionFactory) |
Copyright © 2009-2012 Julien Rialland, and the jFastCGI project developpers.. All Rights Reserved.