Class Config.Socket

  • Enclosing class:
    Config

    public static class Config.Socket
    extends Config
    • 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)  
    • Constructor Detail

      • 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 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()