public class DetectingGateway extends Object
Constructor and Description |
---|
DetectingGateway(org.vertx.java.core.Vertx vertx,
int port,
DetectingGatewayProtocolHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
int |
getBoundPort() |
DetectingGatewayProtocolHandler |
getHandler() |
String |
getHost() |
InetSocketAddress |
getHttpGateway() |
void |
init() |
void |
setHost(String host) |
void |
setHttpGateway(InetSocketAddress value) |
String |
toString() |
public DetectingGateway(org.vertx.java.core.Vertx vertx, int port, DetectingGatewayProtocolHandler handler)
public void init()
public void destroy()
public String getHost()
public void setHost(String host)
public DetectingGatewayProtocolHandler getHandler()
public void setHttpGateway(InetSocketAddress value)
public InetSocketAddress getHttpGateway()
Copyright © 2011–2014 Red Hat. All rights reserved.