Class PassThroughHttpSSLListener
- java.lang.Object
-
- org.apache.synapse.transport.passthru.PassThroughHttpListener
-
- org.apache.synapse.transport.passthru.PassThroughHttpSSLListener
-
- All Implemented Interfaces:
org.apache.axis2.transport.TransportListener
public class PassThroughHttpSSLListener extends PassThroughHttpListener
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.transport.passthru.PassThroughHttpListener
ACTIVE_CONNECTION_MONITOR_DELAY, log
-
-
Constructor Summary
Constructors Constructor Description PassThroughHttpSSLListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServerConnFactoryBuilder
initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext)
protected Scheme
initScheme()
-
Methods inherited from class org.apache.synapse.transport.passthru.PassThroughHttpListener
destroy, getEPRForService, getEPRsForService, getSessionContext, getTransportName, init, maintenanceShutdown, pause, reload, reloadDynamicSSLConfig, reloadSpecificEndPoints, resume, start, stop
-
-
-
-
Method Detail
-
initScheme
protected Scheme initScheme()
- Overrides:
initScheme
in classPassThroughHttpListener
-
initConnFactoryBuilder
protected ServerConnFactoryBuilder initConnFactoryBuilder(org.apache.axis2.description.TransportInDescription transportIn, org.apache.http.HttpHost host, org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.AxisFault
- Overrides:
initConnFactoryBuilder
in classPassThroughHttpListener
- Throws:
org.apache.axis2.AxisFault
-
-