Class Config.ServerSocket

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

public static class Config.ServerSocket
extends Config
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.elasticsearch.nio.Config

    Config.ServerSocket, Config.Socket
  • Constructor Summary

    Constructors 
    Constructor Description
    ServerSocket​(boolean tcpReuseAddress, java.net.InetSocketAddress localAddress)  
  • Method Summary

    Modifier and Type Method Description
    java.net.InetSocketAddress getLocalAddress()  

    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

    • ServerSocket

      public ServerSocket​(boolean tcpReuseAddress, java.net.InetSocketAddress localAddress)
  • Method Details