Uses of Class
org.apache.synapse.transport.nhttp.config.ServerConnFactoryBuilder
-
-
Uses of ServerConnFactoryBuilder in org.apache.synapse.transport.nhttp
Methods in org.apache.synapse.transport.nhttp that return ServerConnFactoryBuilder Modifier and Type Method Description protected 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 ServerConnFactoryBuilder Modifier and Type Method Description ServerConnFactoryBuilderServerConnFactoryBuilder. parseMultiProfileSSL()ServerConnFactoryBuilderServerConnFactoryBuilder. parseSSL() -
Uses of ServerConnFactoryBuilder in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return ServerConnFactoryBuilder Modifier and Type Method Description protected 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.ssl Modifier and Type Class Description classSSLServerConnFactoryBuilderMethods in org.apache.synapse.transport.passthru.core.ssl that return ServerConnFactoryBuilder Modifier and Type Method Description ServerConnFactoryBuilderSSLServerConnFactoryBuilder. 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)
-