public class DetectingGateway
extends java.lang.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() |
java.lang.String |
getHost() |
java.net.InetSocketAddress |
getHttpGateway() |
void |
init() |
void |
setHost(java.lang.String host) |
void |
setHttpGateway(java.net.InetSocketAddress value) |
java.lang.String |
toString() |
public DetectingGateway(org.vertx.java.core.Vertx vertx, int port, DetectingGatewayProtocolHandler handler)
public java.lang.String toString()
toString
in class java.lang.Object
public void init()
public void destroy()
public java.lang.String getHost()
public void setHost(java.lang.String host)
public int getBoundPort() throws java.lang.Exception
java.lang.Exception
public DetectingGatewayProtocolHandler getHandler()
public void setHttpGateway(java.net.InetSocketAddress value)
public java.net.InetSocketAddress getHttpGateway()
Copyright © 2011-2014 Red Hat. All Rights Reserved.