Class Axis2HttpSSLTransportListener
- java.lang.Object
-
- org.apache.synapse.transport.netty.listener.Axis2HttpTransportListener
-
- org.apache.synapse.transport.netty.listener.Axis2HttpSSLTransportListener
-
- All Implemented Interfaces:
org.apache.axis2.transport.TransportListener
public class Axis2HttpSSLTransportListener extends Axis2HttpTransportListener
Axis2HttpsTransportListener
is the Axis2 Transport Listener implementation for Netty based HTTPs transport.
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.transport.netty.listener.Axis2HttpTransportListener
messagingHandlers, sourceConfiguration, transportInDescription
-
-
Constructor Summary
Constructors Constructor Description Axis2HttpSSLTransportListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.wso2.transport.http.netty.contract.config.ListenerConfiguration
initListenerConfiguration()
protected Scheme
initScheme()
-
Methods inherited from class org.apache.synapse.transport.netty.listener.Axis2HttpTransportListener
destroy, getEPRForService, getEPRsForService, getSessionContext, init, setMessagingHandlers, start, stop
-
-
-
-
Method Detail
-
initScheme
protected Scheme initScheme()
- Overrides:
initScheme
in classAxis2HttpTransportListener
-
initListenerConfiguration
protected org.wso2.transport.http.netty.contract.config.ListenerConfiguration initListenerConfiguration() throws org.apache.axis2.AxisFault
- Overrides:
initListenerConfiguration
in classAxis2HttpTransportListener
- Throws:
org.apache.axis2.AxisFault
-
-