Interface | 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. |
HttpMappingRule |
Represents a HTTP mapping rule base that can be bound to service discovery mechanisms like ZooKeeper.
|
Class | Description |
---|---|
HttpClientRequestFacade |
A default implementation of
ClientRequestFacade for HTTP requests. |
HttpGatewayHandler | |
HttpGatewayServer | |
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 © 2016 Red Hat. All Rights Reserved.