public class Axis2HttpTargetRespListener
extends java.lang.Object
implements org.wso2.transport.http.netty.contract.HttpConnectorListener
Axis2HttpTargetRespListener
listens for the response expected for the sent request.Constructor and Description |
---|
Axis2HttpTargetRespListener(org.apache.axis2.transport.base.threads.WorkerPool workerPool,
org.apache.axis2.context.MessageContext requestMsgContext,
TargetConfiguration targetConfiguration) |
Modifier and Type | Method and Description |
---|---|
void |
onError(java.lang.Throwable throwable) |
void |
onMessage(org.wso2.transport.http.netty.message.HttpCarbonMessage httpResponse) |
public Axis2HttpTargetRespListener(org.apache.axis2.transport.base.threads.WorkerPool workerPool, org.apache.axis2.context.MessageContext requestMsgContext, TargetConfiguration targetConfiguration)
public void onMessage(org.wso2.transport.http.netty.message.HttpCarbonMessage httpResponse)
onMessage
in interface org.wso2.transport.http.netty.contract.HttpConnectorListener
public void onError(java.lang.Throwable throwable)
onError
in interface org.wso2.transport.http.netty.contract.HttpConnectorListener
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.