Class SSLServerConnFactoryBuilder
java.lang.Object
org.apache.synapse.transport.nhttp.config.ServerConnFactoryBuilder
org.apache.synapse.transport.passthru.core.ssl.SSLServerConnFactoryBuilder
-
Field Summary
Fields inherited from class org.apache.synapse.transport.nhttp.config.ServerConnFactoryBuilder
ssl -
Constructor Summary
ConstructorsConstructorDescriptionSSLServerConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host) -
Method Summary
Modifier and TypeMethodDescriptionparseSSL(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) Methods inherited from class org.apache.synapse.transport.nhttp.config.ServerConnFactoryBuilder
build, createSSLContext, createSSLContext, loadMultiProfileSSLConfig, parseMultiProfileSSL, parseSSL
-
Constructor Details
-
SSLServerConnFactoryBuilder
public SSLServerConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host)
-
-
Method Details
-
parseSSL
public ServerConnFactoryBuilder 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) throws org.apache.axis2.AxisFault - Throws:
org.apache.axis2.AxisFault
-