public class io.netty.handler.codec.http.DefaultHttpRequest extends io.netty.handler.codec.http.DefaultHttpMessage implements io.netty.handler.codec.http.HttpRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.DefaultHttpRequest
  super_class: io.netty.handler.codec.http.DefaultHttpMessage
{
  private static final int HASH_CODE_PRIME;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 31

  private io.netty.handler.codec.http.HttpMethod method;
    descriptor: Lio/netty/handler/codec/http/HttpMethod;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String uri;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        start local 2 // io.netty.handler.codec.http.HttpMethod method
        start local 3 // java.lang.String uri
         0: .line 36
            aload 0 /* this */
            aload 1 /* httpVersion */
            aload 2 /* method */
            aload 3 /* uri */
            iconst_1
            invokespecial io.netty.handler.codec.http.DefaultHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Z)V
         1: .line 37
            return
        end local 3 // java.lang.String uri
        end local 2 // io.netty.handler.codec.http.HttpMethod method
        end local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/handler/codec/http/DefaultHttpRequest;
            0    2     1  httpVersion  Lio/netty/handler/codec/http/HttpVersion;
            0    2     2       method  Lio/netty/handler/codec/http/HttpMethod;
            0    2     3          uri  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      httpVersion  
      method       
      uri          

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, boolean);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        start local 2 // io.netty.handler.codec.http.HttpMethod method
        start local 3 // java.lang.String uri
        start local 4 // boolean validateHeaders
         0: .line 48
            aload 0 /* this */
            aload 1 /* httpVersion */
            iload 4 /* validateHeaders */
            iconst_0
            invokespecial io.netty.handler.codec.http.DefaultHttpMessage.<init>:(Lio/netty/handler/codec/http/HttpVersion;ZZ)V
         1: .line 49
            aload 0 /* this */
            aload 2 /* method */
            ldc "method"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http.HttpMethod
            putfield io.netty.handler.codec.http.DefaultHttpRequest.method:Lio/netty/handler/codec/http/HttpMethod;
         2: .line 50
            aload 0 /* this */
            aload 3 /* uri */
            ldc "uri"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield io.netty.handler.codec.http.DefaultHttpRequest.uri:Ljava/lang/String;
         3: .line 51
            return
        end local 4 // boolean validateHeaders
        end local 3 // java.lang.String uri
        end local 2 // io.netty.handler.codec.http.HttpMethod method
        end local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/netty/handler/codec/http/DefaultHttpRequest;
            0    4     1      httpVersion  Lio/netty/handler/codec/http/HttpVersion;
            0    4     2           method  Lio/netty/handler/codec/http/HttpMethod;
            0    4     3              uri  Ljava/lang/String;
            0    4     4  validateHeaders  Z
    MethodParameters:
                 Name  Flags
      httpVersion      
      method           
      uri              
      validateHeaders  

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, io.netty.handler.codec.http.HttpHeaders);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/handler/codec/http/HttpHeaders;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        start local 2 // io.netty.handler.codec.http.HttpMethod method
        start local 3 // java.lang.String uri
        start local 4 // io.netty.handler.codec.http.HttpHeaders headers
         0: .line 62
            aload 0 /* this */
            aload 1 /* httpVersion */
            aload 4 /* headers */
            invokespecial io.netty.handler.codec.http.DefaultHttpMessage.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpHeaders;)V
         1: .line 63
            aload 0 /* this */
            aload 2 /* method */
            ldc "method"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http.HttpMethod
            putfield io.netty.handler.codec.http.DefaultHttpRequest.method:Lio/netty/handler/codec/http/HttpMethod;
         2: .line 64
            aload 0 /* this */
            aload 3 /* uri */
            ldc "uri"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield io.netty.handler.codec.http.DefaultHttpRequest.uri:Ljava/lang/String;
         3: .line 65
            return
        end local 4 // io.netty.handler.codec.http.HttpHeaders headers
        end local 3 // java.lang.String uri
        end local 2 // io.netty.handler.codec.http.HttpMethod method
        end local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/netty/handler/codec/http/DefaultHttpRequest;
            0    4     1  httpVersion  Lio/netty/handler/codec/http/HttpVersion;
            0    4     2       method  Lio/netty/handler/codec/http/HttpMethod;
            0    4     3          uri  Ljava/lang/String;
            0    4     4      headers  Lio/netty/handler/codec/http/HttpHeaders;
    MethodParameters:
             Name  Flags
      httpVersion  
      method       
      uri          
      headers      

  public io.netty.handler.codec.http.HttpMethod getMethod();
    descriptor: ()Lio/netty/handler/codec/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
         0: .line 70
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultHttpRequest.method:()Lio/netty/handler/codec/http/HttpMethod;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultHttpRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.handler.codec.http.HttpMethod method();
    descriptor: ()Lio/netty/handler/codec/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
         0: .line 75
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultHttpRequest.method:Lio/netty/handler/codec/http/HttpMethod;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultHttpRequest;

  public java.lang.String getUri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
         0: .line 81
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultHttpRequest.uri:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultHttpRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.String uri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
         0: .line 86
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultHttpRequest.uri:Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultHttpRequest;

  public io.netty.handler.codec.http.HttpRequest setMethod(io.netty.handler.codec.http.HttpMethod);
    descriptor: (Lio/netty/handler/codec/http/HttpMethod;)Lio/netty/handler/codec/http/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpMethod method
         0: .line 91
            aload 1 /* method */
            ifnonnull 2
         1: .line 92
            new java.lang.NullPointerException
            dup
            ldc "method"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* method */
            putfield io.netty.handler.codec.http.DefaultHttpRequest.method:Lio/netty/handler/codec/http/HttpMethod;
         3: .line 95
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpMethod method
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/handler/codec/http/DefaultHttpRequest;
            0    4     1  method  Lio/netty/handler/codec/http/HttpMethod;
    MethodParameters:
        Name  Flags
      method  

  public io.netty.handler.codec.http.HttpRequest setUri(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/http/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
        start local 1 // java.lang.String uri
         0: .line 100
            aload 1 /* uri */
            ifnonnull 2
         1: .line 101
            new java.lang.NullPointerException
            dup
            ldc "uri"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* uri */
            putfield io.netty.handler.codec.http.DefaultHttpRequest.uri:Ljava/lang/String;
         3: .line 104
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String uri
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/handler/codec/http/DefaultHttpRequest;
            0    4     1   uri  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      uri   

  public io.netty.handler.codec.http.HttpRequest setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
         0: .line 109
            aload 0 /* this */
            aload 1 /* version */
            invokespecial io.netty.handler.codec.http.DefaultHttpMessage.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpMessage;
            pop
         1: .line 110
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/DefaultHttpRequest;
            0    2     1  version  Lio/netty/handler/codec/http/HttpVersion;
    MethodParameters:
         Name  Flags
      version  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
         0: .line 115
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 116
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultHttpRequest.method:Lio/netty/handler/codec/http/HttpMethod;
            invokevirtual io.netty.handler.codec.http.HttpMethod.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 117
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultHttpRequest.uri:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
         3: .line 118
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.DefaultHttpMessage.hashCode:()I
            iadd
            istore 1 /* result */
         4: .line 119
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/netty/handler/codec/http/DefaultHttpRequest;
            1    5     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
        start local 1 // java.lang.Object o
         0: .line 124
            aload 1 /* o */
            instanceof io.netty.handler.codec.http.DefaultHttpRequest
            ifne 2
         1: .line 125
            iconst_0
            ireturn
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.netty.handler.codec.http.DefaultHttpRequest
            astore 2 /* other */
        start local 2 // io.netty.handler.codec.http.DefaultHttpRequest other
         3: .line 130
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultHttpRequest.method:()Lio/netty/handler/codec/http/HttpMethod;
            aload 2 /* other */
            invokevirtual io.netty.handler.codec.http.DefaultHttpRequest.method:()Lio/netty/handler/codec/http/HttpMethod;
            invokevirtual io.netty.handler.codec.http.HttpMethod.equals:(Ljava/lang/Object;)Z
            ifeq 7
         4: .line 131
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultHttpRequest.uri:()Ljava/lang/String;
            aload 2 /* other */
            invokevirtual io.netty.handler.codec.http.DefaultHttpRequest.uri:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 7
         5: .line 132
            aload 0 /* this */
            aload 1 /* o */
            invokespecial io.netty.handler.codec.http.DefaultHttpMessage.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 130
            iconst_1
            ireturn
      StackMap locals: io.netty.handler.codec.http.DefaultHttpRequest
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // io.netty.handler.codec.http.DefaultHttpRequest other
        end local 1 // java.lang.Object o
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/netty/handler/codec/http/DefaultHttpRequest;
            0    8     1      o  Ljava/lang/Object;
            3    8     2  other  Lio/netty/handler/codec/http/DefaultHttpRequest;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
         0: .line 137
            new java.lang.StringBuilder
            dup
            sipush 256
            invokespecial java.lang.StringBuilder.<init>:(I)V
            aload 0 /* this */
            invokestatic io.netty.handler.codec.http.HttpMessageUtil.appendRequest:(Ljava/lang/StringBuilder;Lio/netty/handler/codec/http/HttpRequest;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultHttpRequest;

  public io.netty.handler.codec.http.HttpMessage setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.DefaultHttpRequest.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DefaultHttpRequest.java"