Package | Description |
---|---|
org.ballerinalang.net.http | |
org.ballerinalang.net.uri.parser |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpResourceDataElement.getData(org.wso2.transport.http.netty.message.HTTPCarbonMessage carbonMessage,
DataReturnAgent<HttpResource> dataReturnAgent) |
boolean |
WebSocketDataElement.getData(org.wso2.transport.http.netty.contract.websocket.WebSocketMessage inboundMessage,
DataReturnAgent<WebSocketService> dataReturnAgent) |
Modifier and Type | Method and Description |
---|---|
boolean |
DataElement.getData(InboundMsgType inboundMessage,
DataReturnAgent<DataType> dataReturnAgent)
Get the stored data.
|
boolean |
Node.matchAll(String uriFragment,
Map<String,String> variables,
int start,
InboundMsgType inboundMsg,
DataReturnAgent<DataType> dataReturnAgent) |
Copyright © 2018 WSO2. All rights reserved.