| 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 interrogate
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.
|
| IMappedServices |
| Class | Description |
|---|---|
| HttpGatewayHandler | |
| HttpGatewayServiceClient |
The HttpGatewayServiceClient used Vert.x to create a Vert.x client to relay the client
request to the actual back-end service.
|
| HttpMapping | |
| HttpServiceResponseHandler | |
| 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 © 2011–2015 Red Hat. All rights reserved.