Class SocketConfig.Builder

java.lang.Object
org.apache.hc.core5.http.io.SocketConfig.Builder
Enclosing class:
SocketConfig

public static class SocketConfig.Builder extends Object
Since:
4.3
  • Field Details

    • soTimeout

      private Timeout soTimeout
    • soReuseAddress

      private boolean soReuseAddress
    • soLinger

      private TimeValue soLinger
    • soKeepAlive

      private boolean soKeepAlive
    • tcpNoDelay

      private boolean tcpNoDelay
    • 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
  • Constructor Details

    • Builder

      Builder()
  • Method Details