Package | Description |
---|---|
org.ballerinalang.net.http.actions.httpclient | |
org.ballerinalang.net.http.nativeimpl.connection | |
org.ballerinalang.net.http.nativeimpl.pipelining |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractHTTPAction.executeNonBlockingAction(DataContext dataContext,
boolean async) |
Modifier and Type | Method and Description |
---|---|
static void |
ResponseWriter.sendResponseRobust(DataContext dataContext,
org.wso2.transport.http.netty.message.HttpCarbonMessage requestMessage,
BMap<String,BValue> outboundResponse,
org.wso2.transport.http.netty.message.HttpCarbonMessage responseMessage)
Send outbound response to destination.
|
Constructor and Description |
---|
PipelinedResponse(org.wso2.transport.http.netty.message.HttpCarbonMessage inboundRequestMsg,
org.wso2.transport.http.netty.message.HttpCarbonMessage outboundResponseMsg,
DataContext dataContext,
BMap<String,BValue> outboundResponse) |
Copyright © 2019 WSO2. All rights reserved.