public class Axis2HttpConnectorListener
extends java.lang.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 and Description |
|---|
Axis2HttpConnectorListener(SourceConfiguration sourceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Throwable throwable) |
void |
onMessage(org.wso2.transport.http.netty.message.HttpCarbonMessage httpCarbonMessage) |
public Axis2HttpConnectorListener(SourceConfiguration sourceConfiguration)
public void onMessage(org.wso2.transport.http.netty.message.HttpCarbonMessage httpCarbonMessage)
onMessage in interface org.wso2.transport.http.netty.contract.HttpConnectorListenerpublic void onError(java.lang.Throwable throwable)
onError in interface org.wso2.transport.http.netty.contract.HttpConnectorListenerCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.