Class IOReactorConfig.Builder

java.lang.Object
org.apache.hc.core5.reactor.IOReactorConfig.Builder
Enclosing class:
IOReactorConfig

public static class IOReactorConfig.Builder extends Object
Since:
4.2
  • Field Details

    • defaultMaxIOThreadCount

      private static int defaultMaxIOThreadCount
    • selectInterval

      private TimeValue selectInterval
    • ioThreadCount

      private int ioThreadCount
    • soTimeout

      private Timeout soTimeout
    • soReuseAddress

      private boolean soReuseAddress
    • soLinger

      private TimeValue soLinger
    • soKeepAlive

      private boolean soKeepAlive
    • tcpNoDelay

      private boolean tcpNoDelay
    • trafficClass

      private int trafficClass
    • sndBufSize

      private int sndBufSize
    • rcvBufSize

      private int rcvBufSize
    • backlogSize

      private int backlogSize
    • tcpKeepIdle

      private int tcpKeepIdle
    • tcpKeepInterval

      private int tcpKeepInterval
    • tcpKeepCount

      private int tcpKeepCount
    • socksProxyAddress

      private SocketAddress socksProxyAddress
    • socksProxyUsername

      private String socksProxyUsername
    • socksProxyPassword

      private String socksProxyPassword
  • Constructor Details

    • Builder

      Builder()
  • Method Details