Class SocketConfig.Builder

java.lang.Object
org.apache.http.config.SocketConfig.Builder
Enclosing class:
SocketConfig

public static class SocketConfig.Builder extends Object
  • Field Details

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

    • Builder

      Builder()
  • Method Details