Package | Description |
---|---|
org.ballerinalang.net.http | |
org.ballerinalang.net.uri |
Modifier and Type | Field and Description |
---|---|
protected Map<String,HttpService> |
HTTPServicesRegistry.servicesByBasePath |
Modifier and Type | Method and Description |
---|---|
protected static HttpService |
HttpDispatcher.findService(HTTPServicesRegistry servicesRegistry,
org.wso2.transport.http.netty.message.HTTPCarbonMessage inboundReqMsg) |
HttpService |
HttpResource.getParentService() |
HttpService |
HTTPServicesRegistry.getServiceInfo(String basepath)
Get ServiceInfo instance for given interface and base path.
|
Modifier and Type | Method and Description |
---|---|
static List<HttpService> |
HttpService.buildHttpService(Service service) |
Map<String,HttpService> |
HTTPServicesRegistry.getServicesByHost(String hostName)
Get Services map for given host name.
|
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 void |
CorsPopulator.populateServiceCors(HttpService service)
Deprecated.
|
static void |
CorsPopulator.processResourceCors(HttpResource resource,
HttpService service)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
HTTPServicesRegistry.findTheMostSpecificBasePath(String requestURIPath,
Map<String,HttpService> services,
List<String> sortedServiceURIs) |
Constructor and Description |
---|
HttpResource(Resource resource,
HttpService parentService) |
Constructor and Description |
---|
ServicesMapHolder(Map<String,HttpService> servicesByBasePath,
List<String> sortedServiceURIs) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
DispatcherUtil.getAllResourceMethods(HttpService service) |
Copyright © 2018 WSO2. All rights reserved.