Class Axis2HttpConnectorListener
java.lang.Object
org.apache.synapse.transport.netty.listener.Axis2HttpConnectorListener
- All Implemented Interfaces:
org.wso2.transport.http.netty.contract.HttpConnectorListener
public class Axis2HttpConnectorListener
extends Object
implements org.wso2.transport.http.netty.contract.HttpConnectorListener
PassThroughHttpConnectorListener receives the HttpCarbonMessage coming from the Netty HTTP transport,
hands it over to the HttpRequestWorker to convert it to MessageContext and finally deliver it
to the axis engine.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wso2.transport.http.netty.contract.HttpConnectorListener
onPushPromise, onPushResponse
-
Constructor Details
-
Axis2HttpConnectorListener
-
-
Method Details
-
onMessage
public void onMessage(org.wso2.transport.http.netty.message.HttpCarbonMessage httpCarbonMessage) - Specified by:
onMessagein interfaceorg.wso2.transport.http.netty.contract.HttpConnectorListener
-
onError
- Specified by:
onErrorin interfaceorg.wso2.transport.http.netty.contract.HttpConnectorListener
-