Package | Description |
---|---|
org.ballerinalang.net.http | |
org.ballerinalang.net.uri |
Modifier and Type | Method and Description |
---|---|
static HttpResource |
HttpResource.buildHttpResource(Resource resource,
HttpService httpService) |
static HttpResource |
HttpResourceDispatcher.findResource(HttpService service,
org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundRequest) |
static HttpResource |
HttpDispatcher.findResource(HTTPServicesRegistry servicesRegistry,
org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundMessage)
This method finds the matching resource for the incoming request.
|
HttpResource |
HttpResourceDataElement.validateConsumes(HttpResource resource,
org.wso2.transport.http.netty.message.HTTPCarbonMessage cMsg) |
HttpResource |
HttpResourceDataElement.validateProduces(HttpResource resource,
org.wso2.transport.http.netty.message.HTTPCarbonMessage cMsg) |
Modifier and Type | Method and Description |
---|---|
List<HttpResource> |
HttpService.getResources() |
URITemplate<HttpResource,org.wso2.transport.http.netty.message.HTTPCarbonMessage> |
HttpService.getUriTemplate() |
Modifier and Type | Method and Description |
---|---|
static void |
HttpUtil.enrichServiceEndpointInfo(BStruct serviceEndpoint,
org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundMsg,
HttpResource httpResource)
Populate serviceEndpoint information.
|
protected void |
BallerinaHTTPConnectorListener.extractPropertiesAndStartResourceExecution(org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundMessage,
HttpResource httpResource) |
protected BValue |
BallerinaHTTPConnectorListener.getRequestFilterContext(HttpResource httpResource) |
static BValue[] |
HttpDispatcher.getSignatureParameters(HttpResource httpResource,
org.wso2.transport.http.netty.message.HTTPCarbonMessage httpCarbonMessage) |
static void |
CorsPopulator.processResourceCors(HttpResource resource,
HttpService service)
Deprecated.
|
void |
HttpResourceDataElement.setData(HttpResource newResource) |
static boolean |
HttpDispatcher.shouldDiffer(HttpResource httpResource,
boolean hasFilters) |
HttpResource |
HttpResourceDataElement.validateConsumes(HttpResource resource,
org.wso2.transport.http.netty.message.HTTPCarbonMessage cMsg) |
HttpResource |
HttpResourceDataElement.validateProduces(HttpResource resource,
org.wso2.transport.http.netty.message.HTTPCarbonMessage cMsg) |
Modifier and Type | Method and Description |
---|---|
boolean |
HttpResourceDataElement.getData(org.wso2.transport.http.netty.message.HTTPCarbonMessage carbonMessage,
DataReturnAgent<HttpResource> dataReturnAgent) |
void |
HttpService.setResources(List<HttpResource> resources) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DispatcherUtil.isMatchingMethodExist(HttpResource resourceInfo,
String method) |
Copyright © 2018 WSO2. All rights reserved.