|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HTTPClientPolicy in org.apache.cxf.transport.http |
---|
Fields in org.apache.cxf.transport.http declared as HTTPClientPolicy | |
---|---|
protected HTTPClientPolicy |
HTTPConduit.clientSidePolicy
This field holds the QoS configuration settings for this conduit. |
Methods in org.apache.cxf.transport.http that return HTTPClientPolicy | |
---|---|
HTTPClientPolicy |
HTTPConduit.getClient()
This method retrieves the Client Side Policy set/configured for this HTTPConduit. |
HTTPClientPolicy |
HTTPConduit.getClient(Message message)
|
Methods in org.apache.cxf.transport.http with parameters of type HTTPClientPolicy | |
---|---|
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. |
protected abstract void |
HTTPConduit.setupConnection(Message message,
URI url,
HTTPClientPolicy csPolicy)
|
protected void |
URLConnectionHTTPConduit.setupConnection(Message message,
URI currentURL,
HTTPClientPolicy csPolicy)
|
Uses of HTTPClientPolicy in org.apache.cxf.transport.http.asyncclient |
---|
Methods in org.apache.cxf.transport.http.asyncclient with parameters of type HTTPClientPolicy | |
---|---|
protected void |
AsyncHTTPConduit.setupConnection(Message message,
URI uri,
HTTPClientPolicy csPolicy)
|
Uses of HTTPClientPolicy in org.apache.cxf.transport.http.policy |
---|
Methods in org.apache.cxf.transport.http.policy that return types with arguments of type HTTPClientPolicy | |
---|---|
protected JaxbAssertion<HTTPClientPolicy> |
HTTPClientAssertionBuilder.buildAssertion()
|
Uses of HTTPClientPolicy in org.apache.cxf.transport.http.policy.impl |
---|
Methods in org.apache.cxf.transport.http.policy.impl that return HTTPClientPolicy | |
---|---|
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. |
Methods in org.apache.cxf.transport.http.policy.impl that return types with arguments of type HTTPClientPolicy | |
---|---|
Class<HTTPClientPolicy> |
ClientPolicyCalculator.getDataClass()
|
Methods in org.apache.cxf.transport.http.policy.impl with parameters of type HTTPClientPolicy | |
---|---|
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)
|
Uses of HTTPClientPolicy in org.apache.cxf.transports.http.configuration |
---|
Methods in org.apache.cxf.transports.http.configuration that return HTTPClientPolicy | |
---|---|
HTTPClientPolicy |
ObjectFactory.createHTTPClientPolicy()
Create an instance of HTTPClientPolicy |
Methods in org.apache.cxf.transports.http.configuration that return types with arguments of type HTTPClientPolicy | |
---|---|
JAXBElement<HTTPClientPolicy> |
ObjectFactory.createClient(HTTPClientPolicy value)
Create an instance of JAXBElement < HTTPClientPolicy > } |
Methods in org.apache.cxf.transports.http.configuration with parameters of type HTTPClientPolicy | |
---|---|
JAXBElement<HTTPClientPolicy> |
ObjectFactory.createClient(HTTPClientPolicy value)
Create an instance of JAXBElement < HTTPClientPolicy > } |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |