Uses of Class
org.apache.synapse.transport.http.conn.ProxyConfig
-
Packages that use ProxyConfig Package Description org.apache.synapse.transport.http.conn org.apache.synapse.transport.nhttp org.apache.synapse.transport.nhttp.config org.apache.synapse.transport.passthru -
-
Uses of ProxyConfig in org.apache.synapse.transport.http.conn
Constructors in org.apache.synapse.transport.http.conn with parameters of type ProxyConfig Constructor Description ProfileProxyAuthenticator(ProxyConfig proxyConfig)
-
Uses of ProxyConfig in org.apache.synapse.transport.nhttp
Constructors in org.apache.synapse.transport.nhttp with parameters of type ProxyConfig Constructor Description ClientHandler(ConnectionPool connpool, ClientConnFactory connFactory, ProxyConfig proxyConfig, org.apache.axis2.context.ConfigurationContext cfgCtx, org.apache.http.params.HttpParams params, NhttpMetricsCollector metrics)
Create an instance of this client connection handler using the Axis2 configuration context and Http protocol parameters given -
Uses of ProxyConfig in org.apache.synapse.transport.nhttp.config
Methods in org.apache.synapse.transport.nhttp.config that return ProxyConfig Modifier and Type Method Description ProxyConfig
ProxyConfigBuilder. build(org.apache.axis2.description.TransportOutDescription transportOut)
Tries to read the axis2.xml transport sender's proxy configuration -
Uses of ProxyConfig in org.apache.synapse.transport.passthru
Constructors in org.apache.synapse.transport.passthru with parameters of type ProxyConfig Constructor Description DeliveryAgent(TargetConfiguration targetConfiguration, TargetConnections targetConnections, ProxyConfig proxyConfig)
Create a delivery agent with the target configuration and connection management.
-