public class io.vertx.core.http.impl.HttpRequestHead implements io.vertx.core.spi.observability.HttpRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpRequestHead
  super_class: java.lang.Object
{
  int id;
    descriptor: I
    flags: (0x0000) 

  io.vertx.core.net.SocketAddress remoteAddress;
    descriptor: Lio/vertx/core/net/SocketAddress;
    flags: (0x0000) 

  public final io.vertx.core.http.HttpMethod method;
    descriptor: Lio/vertx/core/http/HttpMethod;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String uri;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final io.vertx.core.MultiMap headers;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String authority;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String absoluteURI;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.MultiMap, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/MultiMap;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.vertx.core.http.impl.HttpRequestHead this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String uri
        start local 3 // io.vertx.core.MultiMap headers
        start local 4 // java.lang.String authority
        start local 5 // java.lang.String absoluteURI
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* method */
            putfield io.vertx.core.http.impl.HttpRequestHead.method:Lio/vertx/core/http/HttpMethod;
         2: .line 33
            aload 0 /* this */
            aload 2 /* uri */
            putfield io.vertx.core.http.impl.HttpRequestHead.uri:Ljava/lang/String;
         3: .line 34
            aload 0 /* this */
            aload 3 /* headers */
            putfield io.vertx.core.http.impl.HttpRequestHead.headers:Lio/vertx/core/MultiMap;
         4: .line 35
            aload 0 /* this */
            aload 4 /* authority */
            putfield io.vertx.core.http.impl.HttpRequestHead.authority:Ljava/lang/String;
         5: .line 36
            aload 0 /* this */
            aload 5 /* absoluteURI */
            putfield io.vertx.core.http.impl.HttpRequestHead.absoluteURI:Ljava/lang/String;
         6: .line 37
            return
        end local 5 // java.lang.String absoluteURI
        end local 4 // java.lang.String authority
        end local 3 // io.vertx.core.MultiMap headers
        end local 2 // java.lang.String uri
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.core.http.impl.HttpRequestHead this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/vertx/core/http/impl/HttpRequestHead;
            0    7     1       method  Lio/vertx/core/http/HttpMethod;
            0    7     2          uri  Ljava/lang/String;
            0    7     3      headers  Lio/vertx/core/MultiMap;
            0    7     4    authority  Ljava/lang/String;
            0    7     5  absoluteURI  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      method       
      uri          
      headers      
      authority    
      absoluteURI  

  public io.vertx.core.MultiMap headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpRequestHead this
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpRequestHead.headers:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpRequestHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpRequestHead;

  public io.vertx.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpRequestHead this
         0: .line 46
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpRequestHead.remoteAddress:Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpRequestHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpRequestHead;

  public java.lang.String absoluteURI();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpRequestHead this
         0: .line 51
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpRequestHead.absoluteURI:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpRequestHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpRequestHead;

  public int id();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpRequestHead this
         0: .line 56
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpRequestHead.id:I
            ireturn
        end local 0 // io.vertx.core.http.impl.HttpRequestHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpRequestHead;

  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.vertx.core.http.impl.HttpRequestHead this
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpRequestHead.uri:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpRequestHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpRequestHead;

  public io.vertx.core.http.HttpMethod method();
    descriptor: ()Lio/vertx/core/http/HttpMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpRequestHead this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpRequestHead.method:Lio/vertx/core/http/HttpMethod;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpRequestHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpRequestHead;
}
SourceFile: "HttpRequestHead.java"