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 ServerConnFactoryBuilder
HttpCoreNIOListener. initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host)
protected ServerConnFactoryBuilder
HttpCoreNIOListener. initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext)
protected ServerConnFactoryBuilder
HttpCoreNIOMultiSSLListener. initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext)
protected ServerConnFactoryBuilder
HttpCoreNIOSSLListener. 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 ServerConnFactoryBuilder
ServerConnFactoryBuilder. parseMultiProfileSSL()
ServerConnFactoryBuilder
ServerConnFactoryBuilder. 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 ServerConnFactoryBuilder
PassThroughHttpListener. initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext)
protected ServerConnFactoryBuilder
PassThroughHttpMultiSSLListener. initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext)
protected ServerConnFactoryBuilder
PassThroughHttpSSLListener. 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 class
SSLServerConnFactoryBuilder
Methods in org.apache.synapse.transport.passthru.core.ssl that return ServerConnFactoryBuilder Modifier and Type Method Description ServerConnFactoryBuilder
SSLServerConnFactoryBuilder. 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)
-