class io.micronaut.http.netty.stream.DelegateHttpResponse extends io.micronaut.http.netty.stream.DelegateHttpMessage implements io.netty.handler.codec.http.HttpResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.micronaut.http.netty.stream.DelegateHttpResponse
  super_class: io.micronaut.http.netty.stream.DelegateHttpMessage
{
  protected final io.netty.handler.codec.http.HttpResponse response;
    descriptor: Lio/netty/handler/codec/http/HttpResponse;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  void <init>(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.DelegateHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 39
            aload 0 /* this */
            aload 1 /* response */
            invokespecial io.micronaut.http.netty.stream.DelegateHttpMessage.<init>:(Lio/netty/handler/codec/http/HttpMessage;)V
         1: .line 40
            aload 0 /* this */
            aload 1 /* response */
            putfield io.micronaut.http.netty.stream.DelegateHttpResponse.response:Lio/netty/handler/codec/http/HttpResponse;
         2: .line 41
            return
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.micronaut.http.netty.stream.DelegateHttpResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/micronaut/http/netty/stream/DelegateHttpResponse;
            0    3     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  

  public io.netty.handler.codec.http.HttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus);
    descriptor: (Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/netty/handler/codec/http/HttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.DelegateHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpResponseStatus status
         0: .line 45
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.DelegateHttpResponse.response:Lio/netty/handler/codec/http/HttpResponse;
            aload 1 /* status */
            invokeinterface io.netty.handler.codec.http.HttpResponse.setStatus:(Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/netty/handler/codec/http/HttpResponse;
            pop
         1: .line 46
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 0 // io.micronaut.http.netty.stream.DelegateHttpResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/micronaut/http/netty/stream/DelegateHttpResponse;
            0    2     1  status  Lio/netty/handler/codec/http/HttpResponseStatus;
    MethodParameters:
        Name  Flags
      status  

  public io.netty.handler.codec.http.HttpResponseStatus getStatus();
    descriptor: ()Lio/netty/handler/codec/http/HttpResponseStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.stream.DelegateHttpResponse this
         0: .line 52
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.DelegateHttpResponse.response:Lio/netty/handler/codec/http/HttpResponse;
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            areturn
        end local 0 // io.micronaut.http.netty.stream.DelegateHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/stream/DelegateHttpResponse;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.handler.codec.http.HttpResponseStatus status();
    descriptor: ()Lio/netty/handler/codec/http/HttpResponseStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.stream.DelegateHttpResponse this
         0: .line 57
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.DelegateHttpResponse.response:Lio/netty/handler/codec/http/HttpResponse;
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            areturn
        end local 0 // io.micronaut.http.netty.stream.DelegateHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/stream/DelegateHttpResponse;

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

  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.micronaut.http.netty.stream.DelegateHttpResponse.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DelegateHttpResponse.java"
    RuntimeVisibleAnnotations: 
      io.micronaut.core.annotation.Internal()