@Service(value=FabricHTTPGateway.class) public final class FabricHTTPGateway extends AbstractComponent implements HttpGateway
HttpMappingRuleConfiguration
instances to bind
HTTP requests to different HTTP based services running within the fabric.Constructor and Description |
---|
FabricHTTPGateway() |
Modifier and Type | Method and Description |
---|---|
void |
addMappingRuleConfiguration(HttpMappingRule mappingRuleConfiguration) |
java.util.Map<java.lang.String,MappedServices> |
getMappedServices() |
boolean |
isEnableIndex() |
void |
removeMappingRuleConfiguration(HttpMappingRule mappingRuleConfiguration) |
activateComponent, assertValid, deactivateComponent, isValid
public void addMappingRuleConfiguration(HttpMappingRule mappingRuleConfiguration)
addMappingRuleConfiguration
in interface HttpGateway
public void removeMappingRuleConfiguration(HttpMappingRule mappingRuleConfiguration)
removeMappingRuleConfiguration
in interface HttpGateway
public java.util.Map<java.lang.String,MappedServices> getMappedServices()
getMappedServices
in interface HttpGateway
public boolean isEnableIndex()
isEnableIndex
in interface HttpGateway
Copyright © 2014 Red Hat. All Rights Reserved.