class io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1 extends java.util.AbstractCollection<io.netty.handler.traffic.TrafficCounter>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1
super_class: java.util.AbstractCollection
{
final io.netty.handler.traffic.GlobalChannelTrafficShapingHandler this$0;
descriptor: Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.traffic.GlobalChannelTrafficShapingHandler);
descriptor: (Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1.this$0:Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler;
aload 0
invokespecial java.util.AbstractCollection.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1;
MethodParameters:
Name Flags
this$0 final
public java.util.Iterator<io.netty.handler.traffic.TrafficCounter> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1
dup
aload 0
invokespecial io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1.<init>:(Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1;
Signature: ()Ljava/util/Iterator<Lio/netty/handler/traffic/TrafficCounter;>;
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1.this$0:Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler;
getfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.channelQueues:Ljava/util/concurrent/ConcurrentMap;
invokeinterface java.util.concurrent.ConcurrentMap.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1;
static io.netty.handler.traffic.GlobalChannelTrafficShapingHandler access$0(io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1);
descriptor: (Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler$1;)Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1.this$0:Lio/netty/handler/traffic/GlobalChannelTrafficShapingHandler;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/util/AbstractCollection<Lio/netty/handler/traffic/TrafficCounter;>;
SourceFile: "GlobalChannelTrafficShapingHandler.java"
EnclosingMethod: io.netty.handler.traffic.GlobalChannelTrafficShapingHandler.channelTrafficCounters:()Ljava/util/Collection;
NestHost: io.netty.handler.traffic.GlobalChannelTrafficShapingHandler
InnerClasses:
io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1
io.netty.handler.traffic.GlobalChannelTrafficShapingHandler$1$1