|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.http.Configurator
org.jboss.soa.esb.http.configurators.Connection
public class Connection
HTTP Connection configurator.
ThisConfigurator
is always applied to HttpClient instances created by the
HttpClientFactory
. Of course, if you wish to make the
connection configurations in a different way, you can always create a custom Configurator
that creates and attches a different HttpConnectionManager
instance that has differnt
configurations.
Properties:
Field Summary | |
---|---|
static java.lang.String |
MAX_CONNECTIONS_PER_HOST
Max connections per host. |
static java.lang.String |
MAX_TOTAL_CONNECTIONS
Max total connections. |
Constructor Summary | |
---|---|
Connection()
|
Method Summary | |
---|---|
void |
configure(org.apache.commons.httpclient.HttpClient httpClient,
java.util.Properties properties)
|
Methods inherited from class org.jboss.soa.esb.http.Configurator |
---|
assertPropertyIsInteger, assertPropertySetAndNotBlank, getPasswordFromFile, getTargetURI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MAX_TOTAL_CONNECTIONS
public static final java.lang.String MAX_CONNECTIONS_PER_HOST
Constructor Detail |
---|
public Connection()
Method Detail |
---|
public void configure(org.apache.commons.httpclient.HttpClient httpClient, java.util.Properties properties) throws ConfigurationException
configure
in class Configurator
ConfigurationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |