final class io.netty.handler.codec.http2.Http2StreamChannelId implements io.netty.channel.ChannelId
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http2.Http2StreamChannelId
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6642338822166867585

  private final int id;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.channel.ChannelId parentId;
    descriptor: Lio/netty/channel/ChannelId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.netty.channel.ChannelId, int);
    descriptor: (Lio/netty/channel/ChannelId;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
        start local 1 // io.netty.channel.ChannelId parentId
        start local 2 // int id
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* parentId */
            putfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
         2: .line 31
            aload 0 /* this */
            iload 2 /* id */
            putfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
         3: .line 32
            return
        end local 2 // int id
        end local 1 // io.netty.channel.ChannelId parentId
        end local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/handler/codec/http2/Http2StreamChannelId;
            0    4     1  parentId  Lio/netty/channel/ChannelId;
            0    4     2        id  I
    MethodParameters:
          Name  Flags
      parentId  
      id        

  public java.lang.String asShortText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
         0: .line 36
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
            invokeinterface io.netty.channel.ChannelId.asShortText:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 47
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2StreamChannelId;

  public java.lang.String asLongText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
         0: .line 41
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
            invokeinterface io.netty.channel.ChannelId.asLongText:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 47
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2StreamChannelId;

  public int compareTo(io.netty.channel.ChannelId);
    descriptor: (Lio/netty/channel/ChannelId;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
        start local 1 // io.netty.channel.ChannelId o
         0: .line 46
            aload 1 /* o */
            instanceof io.netty.handler.codec.http2.Http2StreamChannelId
            ifeq 6
         1: .line 47
            aload 1 /* o */
            checkcast io.netty.handler.codec.http2.Http2StreamChannelId
            astore 2 /* otherId */
        start local 2 // io.netty.handler.codec.http2.Http2StreamChannelId otherId
         2: .line 48
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
            aload 2 /* otherId */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
            invokeinterface io.netty.channel.ChannelId.compareTo:(Ljava/lang/Object;)I
            istore 3 /* res */
        start local 3 // int res
         3: .line 49
            iload 3 /* res */
            ifne 5
         4: .line 50
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
            aload 2 /* otherId */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
            isub
            ireturn
         5: .line 52
      StackMap locals: io.netty.handler.codec.http2.Http2StreamChannelId int
      StackMap stack:
            iload 3 /* res */
            ireturn
        end local 3 // int res
        end local 2 // io.netty.handler.codec.http2.Http2StreamChannelId otherId
         6: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
            aload 1 /* o */
            invokeinterface io.netty.channel.ChannelId.compareTo:(Ljava/lang/Object;)I
            ireturn
        end local 1 // io.netty.channel.ChannelId o
        end local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/netty/handler/codec/http2/Http2StreamChannelId;
            0    7     1        o  Lio/netty/channel/ChannelId;
            2    6     2  otherId  Lio/netty/handler/codec/http2/Http2StreamChannelId;
            3    6     3      res  I
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
         0: .line 60
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
            bipush 31
            imul
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            ireturn
        end local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2StreamChannelId;

  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.http2.Http2StreamChannelId this
        start local 1 // java.lang.Object obj
         0: .line 65
            aload 1 /* obj */
            instanceof io.netty.handler.codec.http2.Http2StreamChannelId
            ifne 2
         1: .line 66
            iconst_0
            ireturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast io.netty.handler.codec.http2.Http2StreamChannelId
            astore 2 /* otherId */
        start local 2 // io.netty.handler.codec.http2.Http2StreamChannelId otherId
         3: .line 69
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
            aload 2 /* otherId */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
            if_icmpne 4
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
            aload 2 /* otherId */
            getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            iconst_1
            ireturn
      StackMap locals: io.netty.handler.codec.http2.Http2StreamChannelId
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // io.netty.handler.codec.http2.Http2StreamChannelId otherId
        end local 1 // java.lang.Object obj
        end local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/netty/handler/codec/http2/Http2StreamChannelId;
            0    5     1      obj  Ljava/lang/Object;
            3    5     2  otherId  Lio/netty/handler/codec/http2/Http2StreamChannelId;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
         0: .line 74
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http2.Http2StreamChannelId.asShortText:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http2.Http2StreamChannelId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/Http2StreamChannelId;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.ChannelId
            invokevirtual io.netty.handler.codec.http2.Http2StreamChannelId.compareTo:(Lio/netty/channel/ChannelId;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Http2StreamChannelId.java"