Package org.elasticsearch.nio
Class Config.Socket
- java.lang.Object
-
- org.elasticsearch.nio.Config
-
- org.elasticsearch.nio.Config.Socket
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.nio.Config
Config.ServerSocket, Config.Socket
-
-
Constructor Summary
Constructors Constructor Description Socket(boolean tcpNoDelay, boolean tcpKeepAlive, int tcpKeepIdle, int tcpKeepInterval, int tcpKeepCount, boolean tcpReuseAddress, int tcpSendBufferSize, int tcpReceiveBufferSize, java.net.InetSocketAddress remoteAddress, boolean isAccepted)
-
Method Summary
Modifier and Type Method Description java.net.InetSocketAddressgetRemoteAddress()booleanisAccepted()booleantcpKeepAlive()inttcpKeepCount()inttcpKeepIdle()inttcpKeepInterval()booleantcpNoDelay()inttcpReceiveBufferSize()inttcpSendBufferSize()-
Methods inherited from class org.elasticsearch.nio.Config
tcpReuseAddress
-
-
-
-
Method Detail
-
tcpNoDelay
public boolean tcpNoDelay()
-
tcpKeepAlive
public boolean tcpKeepAlive()
-
tcpKeepIdle
public int tcpKeepIdle()
-
tcpKeepInterval
public int tcpKeepInterval()
-
tcpKeepCount
public int tcpKeepCount()
-
tcpSendBufferSize
public int tcpSendBufferSize()
-
tcpReceiveBufferSize
public int tcpReceiveBufferSize()
-
isAccepted
public boolean isAccepted()
-
getRemoteAddress
public java.net.InetSocketAddress getRemoteAddress()
-
-