Package | Description |
---|---|
io.fabric8.gateway.handlers.detecting | |
io.fabric8.gateway.handlers.tcp |
Modifier and Type | Method and Description |
---|---|
ServiceMap |
DetectingGatewayProtocolHandler.getServiceMap() |
Modifier and Type | Method and Description |
---|---|
void |
DetectingGatewayProtocolHandler.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,
java.lang.String protocol,
org.vertx.java.core.Handler<org.vertx.java.core.net.NetSocket> handler) |
TcpGatewayHandler(org.vertx.java.core.Vertx vertx,
ServiceMap serviceMap,
java.lang.String protocol,
LoadBalancer pathLoadBalancer,
LoadBalancer serviceLoadBalancer) |
Copyright © 2011-2014 Red Hat. All Rights Reserved.