Class IOReactorConfig.Builder

java.lang.Object
org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
Enclosing class:
IOReactorConfig

public static class IOReactorConfig.Builder extends Object
  • Field Details

    • 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 Details

    • Builder

      Builder()
  • Method Details