Package | Description |
---|---|
io.fabric8.gateway | |
io.fabric8.gateway.handlers.http |
Modifier and Type | Class and Description |
---|---|
class |
ServiceDTO |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ServiceDetails> |
ServiceMap.getPathMap(String path) |
List<ServiceDetails> |
ServiceMap.getServices(String path)
Returns a list of all the current services for the given path
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceMap.serviceRemoved(String path,
ServiceDetails service)
When a service is added or updated
|
void |
ServiceMap.serviceUpdated(String path,
ServiceDetails service)
When a service is added or updated
|
Modifier and Type | Method and Description |
---|---|
ServiceDetails |
MappedServices.getServiceDetails() |
Modifier and Type | Method and Description |
---|---|
void |
HttpMappingRule.updateMappingRules(boolean remove,
String path,
List<String> services,
Map<String,String> defaultParams,
ServiceDetails serviceDetails)
Updates the mapping rule with details of the service URLs and parameters at the given path
|
Constructor and Description |
---|
MappedServices(String service,
ServiceDetails serviceDetails,
io.fabric8.gateway.loadbalancer.LoadBalancer loadBalancer,
boolean reverseHeaders) |
Copyright © 2011–2014 Red Hat. All rights reserved.