Class Config.Socket

java.lang.Object
org.elasticsearch.nio.Config
org.elasticsearch.nio.Config.Socket
Enclosing class:
Config

public static class Config.Socket
extends Config
  • 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.InetSocketAddress getRemoteAddress()  
    boolean isAccepted()  
    boolean tcpKeepAlive()  
    int tcpKeepCount()  
    int tcpKeepIdle()  
    int tcpKeepInterval()  
    boolean tcpNoDelay()  
    int tcpReceiveBufferSize()  
    int tcpSendBufferSize()  

    Methods inherited from class org.elasticsearch.nio.Config

    tcpReuseAddress

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Socket

      public Socket​(boolean tcpNoDelay, boolean tcpKeepAlive, int tcpKeepIdle, int tcpKeepInterval, int tcpKeepCount, boolean tcpReuseAddress, int tcpSendBufferSize, int tcpReceiveBufferSize, java.net.InetSocketAddress remoteAddress, boolean isAccepted)
  • Method Details