public class DetectingGateway extends Object implements DetectingGatewayMBean
| Constructor and Description |
|---|
DetectingGateway() |
public void init()
public void destroy()
public String getHost()
public void setHost(String host)
public org.vertx.java.core.Vertx getVertx()
public void setVertx(org.vertx.java.core.Vertx vertx)
public void setServiceMap(ServiceMap serviceMap)
public LoadBalancer getServiceLoadBalancer()
public void setServiceLoadBalancer(LoadBalancer serviceLoadBalancer)
public String getDefaultVirtualHost()
public void setDefaultVirtualHost(String defaultVirtualHost)
public Collection<String> getProtocolNames()
public void setShutdownTacker(io.fabric8.utils.ShutdownTracker shutdownTacker)
public void handle(SocketWrapper socket)
public void route(SocketWrapper socket, ConnectionParameters params, org.vertx.java.core.buffer.Buffer received)
public ServiceMap getServiceMap()
public InetSocketAddress getHttpGateway()
public void setHttpGateway(InetSocketAddress value)
public SslConfig getSslConfig()
public void setSslConfig(SslConfig sslConfig)
public long getReceivedConnectionAttempts()
getReceivedConnectionAttempts in interface DetectingGatewayMBeanpublic long getSuccessfulConnectionAttempts()
getSuccessfulConnectionAttempts in interface DetectingGatewayMBeanpublic long getFailedConnectionAttempts()
getFailedConnectionAttempts in interface DetectingGatewayMBeanpublic String[] getConnectingClients()
getConnectingClients in interface DetectingGatewayMBeanpublic String[] getConnectedClients()
getConnectedClients in interface DetectingGatewayMBeanpublic long getConnectionTimeout()
getConnectionTimeout in interface DetectingGatewayMBeanpublic void setConnectionTimeout(long connectionTimeout)
setConnectionTimeout in interface DetectingGatewayMBeanpublic int getPort()
public void setPort(int port)
Copyright © 2011–2014 Red Hat. All rights reserved.