org.elasticsearch.transport.netty
Class NettyTransportManagement

java.lang.Object
  extended by org.elasticsearch.transport.netty.NettyTransportManagement

public class NettyTransportManagement
extends java.lang.Object


Constructor Summary
NettyTransportManagement(Transport transport)
           
 
Method Summary
 java.lang.String getBindHost()
           
 java.lang.String getConnectTimeout()
           
 long getNumberOfOutboundConnections()
           
 java.lang.String getPort()
           
 java.lang.String getPublishHost()
           
 java.lang.Boolean getReuseAddress()
           
 java.lang.Boolean getTcpKeepAlive()
           
 java.lang.Boolean getTcpNoDelay()
           
 java.lang.String getTcpReceiveBufferSize()
           
 java.lang.String getTcpSendBufferSize()
           
 int getWorkerCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyTransportManagement

@Inject
public NettyTransportManagement(Transport transport)
Method Detail

getNumberOfOutboundConnections

public long getNumberOfOutboundConnections()

getWorkerCount

public int getWorkerCount()

getPort

public java.lang.String getPort()

getBindHost

public java.lang.String getBindHost()

getPublishHost

public java.lang.String getPublishHost()

getConnectTimeout

public java.lang.String getConnectTimeout()

getTcpNoDelay

public java.lang.Boolean getTcpNoDelay()

getTcpKeepAlive

public java.lang.Boolean getTcpKeepAlive()

getReuseAddress

public java.lang.Boolean getReuseAddress()

getTcpSendBufferSize

public java.lang.String getTcpSendBufferSize()

getTcpReceiveBufferSize

public java.lang.String getTcpReceiveBufferSize()