Uses of Class
org.apache.cxf.transports.http.configuration.HTTPClientPolicy
-
-
Uses of HTTPClientPolicy in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as HTTPClientPolicy Modifier and Type Field Description protected HTTPClientPolicyHTTPConduit. clientSidePolicyThis field holds the QoS configuration settings for this conduit.Methods in org.apache.cxf.transport.http that return HTTPClientPolicy Modifier and Type Method Description HTTPClientPolicyHTTPConduit. getClient()This method retrieves the Client Side Policy set/configured for this HTTPConduit.HTTPClientPolicyHTTPConduit. getClient(Message message)HTTPClientPolicyHttpConduitConfig. getClientPolicy()Methods in org.apache.cxf.transport.http with parameters of type HTTPClientPolicy Modifier and Type Method Description ProxyProxyFactory. createProxy(HTTPClientPolicy policy, URI currentUrl)This method returns the Proxy server should it be set on the Client Side Policy.protected static intHTTPConduit. determineConnectionTimeout(Message message, HTTPClientPolicy csPolicy)protected static intHTTPConduit. determineReceiveTimeout(Message message, HTTPClientPolicy csPolicy)voidHTTPConduit. setClient(HTTPClientPolicy client)This method sets the Client Side Policy for this HTTPConduit.voidHttpConduitConfig. setClientPolicy(HTTPClientPolicy clientPolicy)protected voidHttpClientHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected abstract voidHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)protected voidURLConnectionHTTPConduit. setupConnection(Message message, Address address, 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 Modifier and Type Method Description protected voidAsyncHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)voidAsyncHTTPConduitFactory. setupNIOClient(HTTPClientPolicy clientPolicy) -
Uses of HTTPClientPolicy in org.apache.cxf.transport.http.asyncclient.hc5
Methods in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type HTTPClientPolicy Modifier and Type Method Description voidAsyncHTTPConduitFactory. close(HTTPClientPolicy clientPolicy)protected voidAsyncHTTPConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy)voidAsyncHTTPConduitFactory. setupNIOClient(HTTPClientPolicy clientPolicy, org.apache.hc.core5.http.nio.ssl.TlsStrategy tlsStrategy) -
Uses of HTTPClientPolicy in org.apache.cxf.transport.http.netty.client
Methods in org.apache.cxf.transport.http.netty.client with parameters of type HTTPClientPolicy Modifier and Type Method Description protected voidNettyHttpConduit. setupConnection(Message message, Address address, 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 Modifier and Type Method Description 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 Modifier and Type Method Description HTTPClientPolicyClientPolicyCalculator. 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 Modifier and Type Method Description Class<HTTPClientPolicy>ClientPolicyCalculator. getDataClass()Methods in org.apache.cxf.transport.http.policy.impl with parameters of type HTTPClientPolicy Modifier and Type Method Description booleanClientPolicyCalculator. compatible(HTTPClientPolicy p1, HTTPClientPolicy p2)Checks if two HTTPClientPolicy objects are compatible.booleanClientPolicyCalculator. equals(HTTPClientPolicy p1, HTTPClientPolicy p2)Determines if two HTTPClientPolicy objects are equal.HTTPClientPolicyClientPolicyCalculator. 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.booleanClientPolicyCalculator. isAsserted(Message message, HTTPClientPolicy policy, HTTPClientPolicy refPolicy)static StringClientPolicyCalculator. toString(HTTPClientPolicy p) -
Uses of HTTPClientPolicy in org.apache.cxf.transport.websocket.ahc
Methods in org.apache.cxf.transport.websocket.ahc with parameters of type HTTPClientPolicy Modifier and Type Method Description protected voidAhcWebSocketConduit. setupConnection(Message message, Address address, HTTPClientPolicy csPolicy) -
Uses of HTTPClientPolicy in org.apache.cxf.transports.http.configuration
Methods in org.apache.cxf.transports.http.configuration that return HTTPClientPolicy Modifier and Type Method Description HTTPClientPolicyObjectFactory. createHTTPClientPolicy()Create an instance ofHTTPClientPolicyMethods in org.apache.cxf.transports.http.configuration that return types with arguments of type HTTPClientPolicy Modifier and Type Method Description javax.xml.bind.JAXBElement<HTTPClientPolicy>ObjectFactory. createClient(HTTPClientPolicy value)Methods in org.apache.cxf.transports.http.configuration with parameters of type HTTPClientPolicy Modifier and Type Method Description javax.xml.bind.JAXBElement<HTTPClientPolicy>ObjectFactory. createClient(HTTPClientPolicy value)
-