Modifier and Type | Field and Description |
---|---|
protected HTTPClientPolicy |
HTTPConduit.clientSidePolicy
This field holds the QoS configuration settings for this conduit.
|
Modifier and Type | Method and Description |
---|---|
HTTPClientPolicy |
HTTPConduit.getClient()
This method retrieves the Client Side Policy set/configured for this
HTTPConduit.
|
HTTPClientPolicy |
HTTPConduit.getClient(Message message) |
HTTPClientPolicy |
HttpConduitConfig.getClientPolicy() |
Modifier and Type | Method and Description |
---|---|
Proxy |
ProxyFactory.createProxy(HTTPClientPolicy policy,
URI currentUrl)
This method returns the Proxy server should it be set on the
Client Side Policy.
|
protected static int |
HTTPConduit.determineConnectionTimeout(Message message,
HTTPClientPolicy csPolicy) |
protected static int |
HTTPConduit.determineReceiveTimeout(Message message,
HTTPClientPolicy csPolicy) |
void |
HTTPConduit.setClient(HTTPClientPolicy client)
This method sets the Client Side Policy for this HTTPConduit.
|
void |
HttpConduitConfig.setClientPolicy(HTTPClientPolicy clientPolicy) |
protected abstract void |
HTTPConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
protected void |
URLConnectionHTTPConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
Modifier and Type | Method and Description |
---|---|
protected void |
AsyncHTTPConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
void |
AsyncHTTPConduitFactory.setupNIOClient(HTTPClientPolicy clientPolicy) |
Modifier and Type | Method and Description |
---|---|
protected void |
NettyHttpConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
Modifier and Type | Method and Description |
---|---|
protected JaxbAssertion<HTTPClientPolicy> |
HTTPClientAssertionBuilder.buildAssertion() |
Modifier and Type | Method and Description |
---|---|
HTTPClientPolicy |
ClientPolicyCalculator.intersect(HTTPClientPolicy p1,
HTTPClientPolicy p2)
Returns a new HTTPClientPolicy that is compatible with the two specified
policies or null if no compatible policy can be determined.
|
Modifier and Type | Method and Description |
---|---|
Class<HTTPClientPolicy> |
ClientPolicyCalculator.getDataClass() |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientPolicyCalculator.compatible(HTTPClientPolicy p1,
HTTPClientPolicy p2)
Checks if two HTTPClientPolicy objects are compatible.
|
boolean |
ClientPolicyCalculator.equals(HTTPClientPolicy p1,
HTTPClientPolicy p2)
Determines if two HTTPClientPolicy objects are equal.
|
HTTPClientPolicy |
ClientPolicyCalculator.intersect(HTTPClientPolicy p1,
HTTPClientPolicy p2)
Returns a new HTTPClientPolicy that is compatible with the two specified
policies or null if no compatible policy can be determined.
|
boolean |
ClientPolicyCalculator.isAsserted(Message message,
HTTPClientPolicy policy,
HTTPClientPolicy refPolicy) |
static String |
ClientPolicyCalculator.toString(HTTPClientPolicy p) |
Modifier and Type | Method and Description |
---|---|
protected void |
AhcWebSocketConduit.setupConnection(Message message,
Address address,
HTTPClientPolicy csPolicy) |
Modifier and Type | Method and Description |
---|---|
HTTPClientPolicy |
ObjectFactory.createHTTPClientPolicy()
Create an instance of
HTTPClientPolicy |
Modifier and Type | Method and Description |
---|---|
JAXBElement<HTTPClientPolicy> |
ObjectFactory.createClient(HTTPClientPolicy value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<HTTPClientPolicy> |
ObjectFactory.createClient(HTTPClientPolicy value)
|
Apache CXF