Class SocketConfig.Builder

  • Enclosing class:
    SocketConfig

    public static class SocketConfig.Builder
    extends java.lang.Object
    • Field Detail

      • soTimeout

        private int soTimeout
      • soReuseAddress

        private boolean soReuseAddress
      • soLinger

        private int soLinger
      • soKeepAlive

        private boolean soKeepAlive
      • tcpNoDelay

        private boolean tcpNoDelay
      • sndBufSize

        private int sndBufSize
      • rcvBufSize

        private int rcvBufSize
      • backlogSize

        private int backlogSize
    • Constructor Detail

      • Builder

        Builder()