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(BMap<String,BValue> inboundResponse,
BMap<String,BValue> httpConnectorError) |
void |
notifyOutboundResponseStatus(BMap<String,BValue> httpConnectorError) |
public Context context
public CallableUnitCallback callback
public DataContext(Context context, CallableUnitCallback callback, org.wso2.transport.http.netty.message.HTTPCarbonMessage correlatedMessage)
public void notifyInboundResponseStatus(BMap<String,BValue> inboundResponse, BMap<String,BValue> httpConnectorError)
public void notifyOutboundResponseStatus(BMap<String,BValue> httpConnectorError)
public org.wso2.transport.http.netty.message.HTTPCarbonMessage getOutboundRequest()
Copyright © 2018 WSO2. All rights reserved.