final class io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream extends io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream
  super_class: io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultStream
{
  final io.netty.handler.codec.http2.DefaultHttp2Connection this$0;
    descriptor: Lio/netty/handler/codec/http2/DefaultHttp2Connection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.handler.codec.http2.DefaultHttp2Connection);
    descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2Connection;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 598
            aload 0 /* this */
            aload 1
            putfield io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream.this$0:Lio/netty/handler/codec/http2/DefaultHttp2Connection;
         1: .line 599
            aload 0 /* this */
            aload 1
            iconst_0
            getstatic io.netty.handler.codec.http2.Http2Stream$State.IDLE:Lio/netty/handler/codec/http2/Http2Stream$State;
            invokespecial io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultStream.<init>:(Lio/netty/handler/codec/http2/DefaultHttp2Connection;ILio/netty/handler/codec/http2/Http2Stream$State;)V
         2: .line 600
            return
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isResetSent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 604
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;

  io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultEndpoint<? extends io.netty.handler.codec.http2.Http2FlowController> createdBy();
    descriptor: ()Lio/netty/handler/codec/http2/DefaultHttp2Connection$DefaultEndpoint;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 609
            aconst_null
            areturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;
    Signature: ()Lio/netty/handler/codec/http2/DefaultHttp2Connection$DefaultEndpoint<+Lio/netty/handler/codec/http2/Http2FlowController;>;

  public io.netty.handler.codec.http2.Http2Stream resetSent();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 614
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;

  public io.netty.handler.codec.http2.Http2Stream open(boolean);
    descriptor: (Z)Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
        start local 1 // boolean halfClosed
         0: .line 619
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // boolean halfClosed
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;
            0    1     1  halfClosed  Z
    MethodParameters:
            Name  Flags
      halfClosed  

  public io.netty.handler.codec.http2.Http2Stream close();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 624
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;

  public io.netty.handler.codec.http2.Http2Stream closeLocalSide();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 629
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;

  public io.netty.handler.codec.http2.Http2Stream closeRemoteSide();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 634
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;

  public io.netty.handler.codec.http2.Http2Stream headersSent(boolean);
    descriptor: (Z)Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
        start local 1 // boolean isInformational
         0: .line 639
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // boolean isInformational
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;
            0    1     1  isInformational  Z
    MethodParameters:
                 Name  Flags
      isInformational  

  public boolean isHeadersSent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 644
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;

  public io.netty.handler.codec.http2.Http2Stream pushPromiseSent();
    descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 649
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;

  public boolean isPushPromiseSent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
         0: .line 654
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2Connection$ConnectionStream;
}
SourceFile: "DefaultHttp2Connection.java"
NestHost: io.netty.handler.codec.http2.DefaultHttp2Connection
InnerClasses:
  private final ConnectionStream = io.netty.handler.codec.http2.DefaultHttp2Connection$ConnectionStream of io.netty.handler.codec.http2.DefaultHttp2Connection
  private final DefaultEndpoint = io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultEndpoint of io.netty.handler.codec.http2.DefaultHttp2Connection
  private DefaultStream = io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultStream of io.netty.handler.codec.http2.DefaultHttp2Connection
  public final State = io.netty.handler.codec.http2.Http2Stream$State of io.netty.handler.codec.http2.Http2Stream