public class DataContext extends Object
DataContext
is the wrapper to hold Context
and CallableUnitCallback
.Modifier and Type | Field and Description |
---|---|
CallableUnitCallback |
callback |
Context |
context |
Constructor and Description |
---|
DataContext(Context context,
CallableUnitCallback callback,
org.wso2.transport.http.netty.message.HTTPCarbonMessage correlatedMessage) |
Modifier and Type | Method and Description |
---|---|
org.wso2.transport.http.netty.message.HTTPCarbonMessage |
getOutboundRequest() |
void |
notifyInboundResponseStatus(BStruct inboundResponse,
BStruct httpConnectorError) |
void |
notifyOutboundResponseStatus(BStruct httpConnectorError) |
public Context context
public CallableUnitCallback callback
public DataContext(Context context, CallableUnitCallback callback, org.wso2.transport.http.netty.message.HTTPCarbonMessage correlatedMessage)
public void notifyInboundResponseStatus(BStruct inboundResponse, BStruct httpConnectorError)
public void notifyOutboundResponseStatus(BStruct httpConnectorError)
public org.wso2.transport.http.netty.message.HTTPCarbonMessage getOutboundRequest()
Copyright © 2018 WSO2. All rights reserved.