public class org.apache.http.params.HttpProtocolParamBean 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.HttpProtocolParamBean
  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.HttpProtocolParamBean this
        start local 1 // org.apache.http.params.HttpParams params
         0: .line 46
            aload 0 /* this */
            aload 1 /* params */
            invokespecial org.apache.http.params.HttpAbstractParamBean.<init>:(Lorg/apache/http/params/HttpParams;)V
         1: .line 47
            return
        end local 1 // org.apache.http.params.HttpParams params
        end local 0 // org.apache.http.params.HttpProtocolParamBean this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/http/params/HttpProtocolParamBean;
            0    2     1  params  Lorg/apache/http/params/HttpParams;
    MethodParameters:
        Name  Flags
      params  final

  public void setHttpElementCharset(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpProtocolParamBean this
        start local 1 // java.lang.String httpElementCharset
         0: .line 50
            aload 0 /* this */
            getfield org.apache.http.params.HttpProtocolParamBean.params:Lorg/apache/http/params/HttpParams;
            aload 1 /* httpElementCharset */
            invokestatic org.apache.http.params.HttpProtocolParams.setHttpElementCharset:(Lorg/apache/http/params/HttpParams;Ljava/lang/String;)V
         1: .line 51
            return
        end local 1 // java.lang.String httpElementCharset
        end local 0 // org.apache.http.params.HttpProtocolParamBean this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/apache/http/params/HttpProtocolParamBean;
            0    2     1  httpElementCharset  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      httpElementCharset  final

  public void setContentCharset(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpProtocolParamBean this
        start local 1 // java.lang.String contentCharset
         0: .line 54
            aload 0 /* this */
            getfield org.apache.http.params.HttpProtocolParamBean.params:Lorg/apache/http/params/HttpParams;
            aload 1 /* contentCharset */
            invokestatic org.apache.http.params.HttpProtocolParams.setContentCharset:(Lorg/apache/http/params/HttpParams;Ljava/lang/String;)V
         1: .line 55
            return
        end local 1 // java.lang.String contentCharset
        end local 0 // org.apache.http.params.HttpProtocolParamBean this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/http/params/HttpProtocolParamBean;
            0    2     1  contentCharset  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      contentCharset  final

  public void setVersion(org.apache.http.HttpVersion);
    descriptor: (Lorg/apache/http/HttpVersion;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpProtocolParamBean this
        start local 1 // org.apache.http.HttpVersion version
         0: .line 58
            aload 0 /* this */
            getfield org.apache.http.params.HttpProtocolParamBean.params:Lorg/apache/http/params/HttpParams;
            aload 1 /* version */
            invokestatic org.apache.http.params.HttpProtocolParams.setVersion:(Lorg/apache/http/params/HttpParams;Lorg/apache/http/ProtocolVersion;)V
         1: .line 59
            return
        end local 1 // org.apache.http.HttpVersion version
        end local 0 // org.apache.http.params.HttpProtocolParamBean this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/http/params/HttpProtocolParamBean;
            0    2     1  version  Lorg/apache/http/HttpVersion;
    MethodParameters:
         Name  Flags
      version  final

  public void setUserAgent(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.params.HttpProtocolParamBean this
        start local 1 // java.lang.String userAgent
         0: .line 62
            aload 0 /* this */
            getfield org.apache.http.params.HttpProtocolParamBean.params:Lorg/apache/http/params/HttpParams;
            aload 1 /* userAgent */
            invokestatic org.apache.http.params.HttpProtocolParams.setUserAgent:(Lorg/apache/http/params/HttpParams;Ljava/lang/String;)V
         1: .line 63
            return
        end local 1 // java.lang.String userAgent
        end local 0 // org.apache.http.params.HttpProtocolParamBean this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/http/params/HttpProtocolParamBean;
            0    2     1  userAgent  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      userAgent  final

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