Package org.apache.synapse.transport.netty.listener
-
Class Summary Class Description Axis2HttpConnectorListener PassThroughHttpConnectorListener
receives theHttpCarbonMessage
coming from the Netty HTTP transport, hands it over to theHttpRequestWorker
to convert it toMessageContext
and finally deliver it to the axis engine.Axis2HttpSSLTransportListener Axis2HttpsTransportListener
is the Axis2 Transport Listener implementation for Netty based HTTPs transport.Axis2HttpTransportListener Axis2HttpTransportListener
is the Axis2 Transport Listener implementation for HTTP transport based on Netty.HttpRequestWorker HttpRequestWorker
is the Thread that does the request processing.