Uses of Class
org.apache.synapse.transport.nhttp.config.ClientConnFactoryBuilder
-
Packages that use ClientConnFactoryBuilder Package Description org.apache.synapse.transport.nhttp org.apache.synapse.transport.nhttp.config org.apache.synapse.transport.passthru -
-
Uses of ClientConnFactoryBuilder in org.apache.synapse.transport.nhttp
Methods in org.apache.synapse.transport.nhttp that return ClientConnFactoryBuilder Modifier and Type Method Description protected ClientConnFactoryBuilder
HttpCoreNIOSender. initConnFactoryBuilder(org.apache.axis2.description.TransportOutDescription transportOut, org.apache.axis2.context.ConfigurationContext configurationContext)
protected ClientConnFactoryBuilder
HttpCoreNIOSSLSender. initConnFactoryBuilder(org.apache.axis2.description.TransportOutDescription transportOut, org.apache.axis2.context.ConfigurationContext configurationContext)
-
Uses of ClientConnFactoryBuilder in org.apache.synapse.transport.nhttp.config
Methods in org.apache.synapse.transport.nhttp.config that return ClientConnFactoryBuilder Modifier and Type Method Description ClientConnFactoryBuilder
ClientConnFactoryBuilder. parseSSL()
-
Uses of ClientConnFactoryBuilder in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return ClientConnFactoryBuilder Modifier and Type Method Description protected ClientConnFactoryBuilder
PassThroughHttpSender. initConnFactoryBuilder(org.apache.axis2.description.TransportOutDescription transportOut, org.apache.axis2.context.ConfigurationContext configurationContext)
protected ClientConnFactoryBuilder
PassThroughHttpSSLSender. initConnFactoryBuilder(org.apache.axis2.description.TransportOutDescription transportOut, org.apache.axis2.context.ConfigurationContext configurationContext)
-