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 theHttpCarbonMessage
coming from the Netty HTTP transport, hands it over to theHttpRequestWorker
to convert it toMessageContext
and finally deliver it to the axis engine.
-
-
Constructor Summary
Constructors Constructor Description Axis2HttpConnectorListener(SourceConfiguration sourceConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onError(Throwable throwable)
void
onMessage(org.wso2.transport.http.netty.message.HttpCarbonMessage httpCarbonMessage)
-
-
-
Constructor Detail
-
Axis2HttpConnectorListener
public Axis2HttpConnectorListener(SourceConfiguration sourceConfiguration)
-
-
Method Detail
-
onMessage
public void onMessage(org.wso2.transport.http.netty.message.HttpCarbonMessage httpCarbonMessage)
- Specified by:
onMessage
in interfaceorg.wso2.transport.http.netty.contract.HttpConnectorListener
-
onError
public void onError(Throwable throwable)
- Specified by:
onError
in interfaceorg.wso2.transport.http.netty.contract.HttpConnectorListener
-
-