Uses of Class
org.apache.synapse.transport.nhttp.config.ServerConnFactoryBuilder
Packages that use ServerConnFactoryBuilder
Package
Description
-
Uses of ServerConnFactoryBuilder in org.apache.synapse.transport.nhttp
Methods in org.apache.synapse.transport.nhttp that return ServerConnFactoryBuilderModifier and TypeMethodDescriptionprotected ServerConnFactoryBuilderHttpCoreNIOListener.initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host) protected ServerConnFactoryBuilderHttpCoreNIOListener.initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext) protected ServerConnFactoryBuilderHttpCoreNIOMultiSSLListener.initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext) protected ServerConnFactoryBuilderHttpCoreNIOSSLListener.initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext) -
Uses of ServerConnFactoryBuilder in org.apache.synapse.transport.nhttp.config
Methods in org.apache.synapse.transport.nhttp.config that return ServerConnFactoryBuilderModifier and TypeMethodDescriptionServerConnFactoryBuilder.parseMultiProfileSSL()ServerConnFactoryBuilder.parseSSL() -
Uses of ServerConnFactoryBuilder in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return ServerConnFactoryBuilderModifier and TypeMethodDescriptionprotected ServerConnFactoryBuilderPassThroughHttpListener.initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext) protected ServerConnFactoryBuilderPassThroughHttpMultiSSLListener.initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext) protected ServerConnFactoryBuilderPassThroughHttpSSLListener.initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext) -
Uses of ServerConnFactoryBuilder in org.apache.synapse.transport.passthru.core.ssl
Subclasses of ServerConnFactoryBuilder in org.apache.synapse.transport.passthru.core.sslMethods in org.apache.synapse.transport.passthru.core.ssl that return ServerConnFactoryBuilderModifier and TypeMethodDescriptionSSLServerConnFactoryBuilder.parseSSL(org.apache.axiom.om.OMElement keyStoreEl, org.apache.axiom.om.OMElement trustStoreEl, org.apache.axiom.om.OMElement clientAuthEl, org.apache.axiom.om.OMElement httpsProtocolsEl, String sslProtocol, org.apache.axiom.om.OMElement cvp, org.apache.axiom.om.OMElement preferredCiphers)