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 ClientConnFactoryBuilderHttpCoreNIOSender. initConnFactoryBuilder(org.apache.axis2.description.TransportOutDescription transportOut, org.apache.axis2.context.ConfigurationContext configurationContext)protected ClientConnFactoryBuilderHttpCoreNIOSSLSender. 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 ClientConnFactoryBuilderClientConnFactoryBuilder. 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 ClientConnFactoryBuilderPassThroughHttpSender. initConnFactoryBuilder(org.apache.axis2.description.TransportOutDescription transportOut, org.apache.axis2.context.ConfigurationContext configurationContext)protected ClientConnFactoryBuilderPassThroughHttpSSLSender. initConnFactoryBuilder(org.apache.axis2.description.TransportOutDescription transportOut, org.apache.axis2.context.ConfigurationContext configurationContext)
-