Uses of Class
org.apache.synapse.transport.http.conn.ProxyConfig
Packages that use ProxyConfig
Package
Description
-
Uses of ProxyConfig in org.apache.synapse.transport.http.conn
Constructors in org.apache.synapse.transport.http.conn with parameters of type ProxyConfig -
Uses of ProxyConfig in org.apache.synapse.transport.nhttp
Constructors in org.apache.synapse.transport.nhttp with parameters of type ProxyConfigModifierConstructorDescriptionClientHandler(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 ProxyConfigModifier and TypeMethodDescriptionProxyConfigBuilder.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 ProxyConfigModifierConstructorDescriptionDeliveryAgent(TargetConfiguration targetConfiguration, TargetConnections targetConnections, ProxyConfig proxyConfig) Create a delivery agent with the target configuration and connection management.