Modifier and Type | Method and 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 |
HttpCoreNIOSSLListener.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) |
Modifier and Type | Method and Description |
---|---|
ServerConnFactoryBuilder |
ServerConnFactoryBuilder.parseMultiProfileSSL() |
ServerConnFactoryBuilder |
ServerConnFactoryBuilder.parseSSL() |
Modifier and Type | Method and Description |
---|---|
protected ServerConnFactoryBuilder |
PassThroughHttpListener.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) |
protected ServerConnFactoryBuilder |
PassThroughHttpMultiSSLListener.initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn,
org.apache.http.HttpHost host,
org.apache.axis2.context.ConfigurationContext configurationContext) |
Modifier and Type | Class and Description |
---|---|
class |
SSLServerConnFactoryBuilder |
Modifier and Type | Method and 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) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.