public class org.apache.http.params.HttpConnectionParamBean extends org.apache.http.params.HttpAbstractParamBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.params.HttpConnectionParamBean
  super_class: org.apache.http.params.HttpAbstractParamBean
{
  public void <init>(org.apache.http.params.HttpParams);
    descriptor: (Lorg/apache/http/params/HttpParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpConnectionParamBean this
        start local 1 // org.apache.http.params.HttpParams params
         0: .line 44
            aload 0 /* this */
            aload 1 /* params */
            invokespecial org.apache.http.params.HttpAbstractParamBean.<init>:(Lorg/apache/http/params/HttpParams;)V
         1: .line 45
            return
        end local 1 // org.apache.http.params.HttpParams params
        end local 0 // org.apache.http.params.HttpConnectionParamBean this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/http/params/HttpConnectionParamBean;
            0    2     1  params  Lorg/apache/http/params/HttpParams;
    MethodParameters:
        Name  Flags
      params  final

  public void setSoTimeout(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpConnectionParamBean this
        start local 1 // int soTimeout
         0: .line 48
            aload 0 /* this */
            getfield org.apache.http.params.HttpConnectionParamBean.params:Lorg/apache/http/params/HttpParams;
            iload 1 /* soTimeout */
            invokestatic org.apache.http.params.HttpConnectionParams.setSoTimeout:(Lorg/apache/http/params/HttpParams;I)V
         1: .line 49
            return
        end local 1 // int soTimeout
        end local 0 // org.apache.http.params.HttpConnectionParamBean this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/http/params/HttpConnectionParamBean;
            0    2     1  soTimeout  I
    MethodParameters:
           Name  Flags
      soTimeout  final

  public void setTcpNoDelay(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpConnectionParamBean this
        start local 1 // boolean tcpNoDelay
         0: .line 52
            aload 0 /* this */
            getfield org.apache.http.params.HttpConnectionParamBean.params:Lorg/apache/http/params/HttpParams;
            iload 1 /* tcpNoDelay */
            invokestatic org.apache.http.params.HttpConnectionParams.setTcpNoDelay:(Lorg/apache/http/params/HttpParams;Z)V
         1: .line 53
            return
        end local 1 // boolean tcpNoDelay
        end local 0 // org.apache.http.params.HttpConnectionParamBean this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/http/params/HttpConnectionParamBean;
            0    2     1  tcpNoDelay  Z
    MethodParameters:
            Name  Flags
      tcpNoDelay  final

  public void setSocketBufferSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpConnectionParamBean this
        start local 1 // int socketBufferSize
         0: .line 56
            aload 0 /* this */
            getfield org.apache.http.params.HttpConnectionParamBean.params:Lorg/apache/http/params/HttpParams;
            iload 1 /* socketBufferSize */
            invokestatic org.apache.http.params.HttpConnectionParams.setSocketBufferSize:(Lorg/apache/http/params/HttpParams;I)V
         1: .line 57
            return
        end local 1 // int socketBufferSize
        end local 0 // org.apache.http.params.HttpConnectionParamBean this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/apache/http/params/HttpConnectionParamBean;
            0    2     1  socketBufferSize  I
    MethodParameters:
                  Name  Flags
      socketBufferSize  final

  public void setLinger(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpConnectionParamBean this
        start local 1 // int linger
         0: .line 60
            aload 0 /* this */
            getfield org.apache.http.params.HttpConnectionParamBean.params:Lorg/apache/http/params/HttpParams;
            iload 1 /* linger */
            invokestatic org.apache.http.params.HttpConnectionParams.setLinger:(Lorg/apache/http/params/HttpParams;I)V
         1: .line 61
            return
        end local 1 // int linger
        end local 0 // org.apache.http.params.HttpConnectionParamBean this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/http/params/HttpConnectionParamBean;
            0    2     1  linger  I
    MethodParameters:
        Name  Flags
      linger  final

  public void setConnectionTimeout(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpConnectionParamBean this
        start local 1 // int connectionTimeout
         0: .line 64
            aload 0 /* this */
            getfield org.apache.http.params.HttpConnectionParamBean.params:Lorg/apache/http/params/HttpParams;
            iload 1 /* connectionTimeout */
            invokestatic org.apache.http.params.HttpConnectionParams.setConnectionTimeout:(Lorg/apache/http/params/HttpParams;I)V
         1: .line 65
            return
        end local 1 // int connectionTimeout
        end local 0 // org.apache.http.params.HttpConnectionParamBean this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/apache/http/params/HttpConnectionParamBean;
            0    2     1  connectionTimeout  I
    MethodParameters:
                   Name  Flags
      connectionTimeout  final

  public void setStaleCheckingEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpConnectionParamBean this
        start local 1 // boolean staleCheckingEnabled
         0: .line 68
            aload 0 /* this */
            getfield org.apache.http.params.HttpConnectionParamBean.params:Lorg/apache/http/params/HttpParams;
            iload 1 /* staleCheckingEnabled */
            invokestatic org.apache.http.params.HttpConnectionParams.setStaleCheckingEnabled:(Lorg/apache/http/params/HttpParams;Z)V
         1: .line 69
            return
        end local 1 // boolean staleCheckingEnabled
        end local 0 // org.apache.http.params.HttpConnectionParamBean this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/apache/http/params/HttpConnectionParamBean;
            0    2     1  staleCheckingEnabled  Z
    MethodParameters:
                      Name  Flags
      staleCheckingEnabled  final
}
SourceFile: "HttpConnectionParamBean.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()