| Package | Description |
|---|---|
| io.fabric8.gateway.handlers.detecting | |
| io.fabric8.gateway.handlers.tcp |
| Modifier and Type | Method and Description |
|---|---|
ServiceMap |
DetectingGateway.getServiceMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
DetectingGateway.setServiceMap(ServiceMap serviceMap) |
| Modifier and Type | Method and Description |
|---|---|
ServiceMap |
TcpGateway.getServiceMap() |
| Constructor and Description |
|---|
TcpGateway(org.vertx.java.core.Vertx vertx,
ServiceMap serviceMap,
int port,
String protocol,
org.vertx.java.core.Handler<org.vertx.java.core.net.NetSocket> handler) |
TcpGatewayHandler(org.vertx.java.core.Vertx vertx,
ServiceMap serviceMap,
String protocol,
LoadBalancer pathLoadBalancer,
LoadBalancer serviceLoadBalancer) |
Copyright © 2011–2015 Red Hat. All rights reserved.