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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
2: aload 0
iload 2
putfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
3: return
end local 2 end local 1 end local 0 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 0: new java.lang.StringBuilder
dup
aload 0
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
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 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 0: new java.lang.StringBuilder
dup
aload 0
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
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 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 start local 1 0: aload 1
instanceof io.netty.handler.codec.http2.Http2StreamChannelId
ifeq 6
1: aload 1
checkcast io.netty.handler.codec.http2.Http2StreamChannelId
astore 2
start local 2 2: aload 0
getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
aload 2
getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
invokeinterface io.netty.channel.ChannelId.compareTo:(Ljava/lang/Object;)I
istore 3
start local 3 3: iload 3
ifne 5
4: aload 0
getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
aload 2
getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
isub
ireturn
5: StackMap locals: io.netty.handler.codec.http2.Http2StreamChannelId int
StackMap stack:
iload 3
ireturn
end local 3 end local 2 6: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
aload 1
invokeinterface io.netty.channel.ChannelId.compareTo:(Ljava/lang/Object;)I
ireturn
end local 1 end local 0 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 0: aload 0
getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
bipush 31
imul
aload 0
getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
invokevirtual java.lang.Object.hashCode:()I
iadd
ireturn
end local 0 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 start local 1 0: aload 1
instanceof io.netty.handler.codec.http2.Http2StreamChannelId
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast io.netty.handler.codec.http2.Http2StreamChannelId
astore 2
start local 2 3: aload 0
getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
aload 2
getfield io.netty.handler.codec.http2.Http2StreamChannelId.id:I
if_icmpne 4
aload 0
getfield io.netty.handler.codec.http2.Http2StreamChannelId.parentId:Lio/netty/channel/ChannelId;
aload 2
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 end local 1 end local 0 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 0: aload 0
invokevirtual io.netty.handler.codec.http2.Http2StreamChannelId.asShortText:()Ljava/lang/String;
areturn
end local 0 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: 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"