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