Package | Description |
---|---|
org.fusesource.gateway.handlers.http | |
org.fusesource.gateway.handlers.http.policy |
Class and Description |
---|
HttpGateway
An interface to working with a HTTP gateway which has the responsibility for
configuring a number of mapping rules so that the
HttpGatewayHandler can interogate
the mapping rules via the HttpGateway.getMappedServices() method so it can decide which
services to proxy requests to. |
HttpGatewayHandler |
HttpMappingRule
Represents a HTTP mapping rule base that can be bound to service discovery mechanisms like ZooKeeper.
|
MappedServices
Represents the mapped services and the relevant mapping information so that a service implementation can be
chosen using a load balancer together with wrapping the client in whatever policies are required.
|
ProxyMappingDetails
The details of the mapping from the front end gateway to the back end service implementation so that
we can do things like rewrite reponse headers
|
Class and Description |
---|
MappedServices
Represents the mapped services and the relevant mapping information so that a service implementation can be
chosen using a load balancer together with wrapping the client in whatever policies are required.
|
ProxyMappingDetails
The details of the mapping from the front end gateway to the back end service implementation so that
we can do things like rewrite reponse headers
|
Copyright © 2017 Red Hat. All Rights Reserved.