Class Config

java.lang.Object
org.elasticsearch.nio.Config
Direct Known Subclasses:
Config.ServerSocket, Config.Socket

public abstract class Config
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Config.ServerSocket  
    static class  Config.Socket  
  • Constructor Summary

    Constructors 
    Constructor Description
    Config​(boolean tcpReuseAddress)  
  • Method Summary

    Modifier and Type Method Description
    boolean tcpReuseAddress()  

    Methods inherited from class java.lang.Object

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

    • Config

      public Config​(boolean tcpReuseAddress)
  • Method Details