Class IOReactorConfig.Builder

  • Enclosing class:
    IOReactorConfig

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

      • DefaultMaxIoThreadCount

        private static int DefaultMaxIoThreadCount
      • selectInterval

        private long selectInterval
      • shutdownGracePeriod

        private long shutdownGracePeriod
      • interestOpQueued

        private boolean interestOpQueued
      • ioThreadCount

        private int ioThreadCount
      • soTimeout

        private int soTimeout
      • soReuseAddress

        private boolean soReuseAddress
      • soLinger

        private int soLinger
      • soKeepAlive

        private boolean soKeepAlive
      • tcpNoDelay

        private boolean tcpNoDelay
      • connectTimeout

        private int connectTimeout
      • sndBufSize

        private int sndBufSize
      • rcvBufSize

        private int rcvBufSize
      • backlogSize

        private int backlogSize
    • Constructor Detail

      • Builder

        Builder()