public class io.vertx.core.http.impl.HttpResponseHead implements io.vertx.core.spi.observability.HttpResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpResponseHead
  super_class: java.lang.Object
{
  public final io.vertx.core.http.HttpVersion version;
    descriptor: Lio/vertx/core/http/HttpVersion;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int statusCode;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String statusMessage;
    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 void <init>(io.vertx.core.http.HttpVersion, int, java.lang.String, io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/http/HttpVersion;ILjava/lang/String;Lio/vertx/core/MultiMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.core.http.impl.HttpResponseHead this
        start local 1 // io.vertx.core.http.HttpVersion version
        start local 2 // int statusCode
        start local 3 // java.lang.String statusMessage
        start local 4 // io.vertx.core.MultiMap headers
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* version */
            putfield io.vertx.core.http.impl.HttpResponseHead.version:Lio/vertx/core/http/HttpVersion;
         2: .line 29
            aload 0 /* this */
            iload 2 /* statusCode */
            putfield io.vertx.core.http.impl.HttpResponseHead.statusCode:I
         3: .line 30
            aload 0 /* this */
            aload 3 /* statusMessage */
            putfield io.vertx.core.http.impl.HttpResponseHead.statusMessage:Ljava/lang/String;
         4: .line 31
            aload 0 /* this */
            aload 4 /* headers */
            putfield io.vertx.core.http.impl.HttpResponseHead.headers:Lio/vertx/core/MultiMap;
         5: .line 32
            return
        end local 4 // io.vertx.core.MultiMap headers
        end local 3 // java.lang.String statusMessage
        end local 2 // int statusCode
        end local 1 // io.vertx.core.http.HttpVersion version
        end local 0 // io.vertx.core.http.impl.HttpResponseHead this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lio/vertx/core/http/impl/HttpResponseHead;
            0    6     1        version  Lio/vertx/core/http/HttpVersion;
            0    6     2     statusCode  I
            0    6     3  statusMessage  Ljava/lang/String;
            0    6     4        headers  Lio/vertx/core/MultiMap;
    MethodParameters:
               Name  Flags
      version        
      statusCode     
      statusMessage  
      headers        

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

  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.HttpResponseHead this
         0: .line 41
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpResponseHead.headers:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpResponseHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpResponseHead;
}
SourceFile: "HttpResponseHead.java"