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,
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,
io.fabric8.gateway.loadbalancer.LoadBalancer pathLoadBalancer,
io.fabric8.gateway.loadbalancer.LoadBalancer serviceLoadBalancer) |
Copyright © 2011–2014 Red Hat. All rights reserved.