class io.netty.channel.embedded.EmbeddedChannel$2 extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.channel.embedded.EmbeddedChannel$2
super_class: io.netty.channel.ChannelInitializer
{
final io.netty.channel.embedded.EmbeddedChannel this$0;
descriptor: Lio/netty/channel/embedded/EmbeddedChannel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelHandler[] val$handlers;
descriptor: [Lio/netty/channel/ChannelHandler;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.channel.embedded.EmbeddedChannel, io.netty.channel.ChannelHandler[]);
descriptor: (Lio/netty/channel/embedded/EmbeddedChannel;[Lio/netty/channel/ChannelHandler;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // io.netty.channel.embedded.EmbeddedChannel$2 this
0: .line 195
aload 0 /* this */
aload 1
putfield io.netty.channel.embedded.EmbeddedChannel$2.this$0:Lio/netty/channel/embedded/EmbeddedChannel;
aload 0 /* this */
aload 2
putfield io.netty.channel.embedded.EmbeddedChannel$2.val$handlers:[Lio/netty/channel/ChannelHandler;
aload 0 /* this */
invokespecial io.netty.channel.ChannelInitializer.<init>:()V
return
end local 0 // io.netty.channel.embedded.EmbeddedChannel$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/embedded/EmbeddedChannel$2;
MethodParameters:
Name Flags
this$0 final
val$handlers final
protected void initChannel(io.netty.channel.Channel);
descriptor: (Lio/netty/channel/Channel;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=7, args_size=2
start local 0 // io.netty.channel.embedded.EmbeddedChannel$2 this
start local 1 // io.netty.channel.Channel ch
0: .line 198
aload 1 /* ch */
invokeinterface io.netty.channel.Channel.pipeline:()Lio/netty/channel/ChannelPipeline;
astore 2 /* pipeline */
start local 2 // io.netty.channel.ChannelPipeline pipeline
1: .line 199
aload 0 /* this */
getfield io.netty.channel.embedded.EmbeddedChannel$2.val$handlers:[Lio/netty/channel/ChannelHandler;
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 7
StackMap locals: io.netty.channel.embedded.EmbeddedChannel$2 io.netty.channel.Channel io.netty.channel.ChannelPipeline top int int io.netty.channel.ChannelHandler[]
StackMap stack:
2: aload 6
iload 4
aaload
astore 3 /* h */
start local 3 // io.netty.channel.ChannelHandler h
3: .line 200
aload 3 /* h */
ifnonnull 5
4: .line 201
goto 8
5: .line 203
StackMap locals: io.netty.channel.embedded.EmbeddedChannel$2 io.netty.channel.Channel io.netty.channel.ChannelPipeline io.netty.channel.ChannelHandler int int io.netty.channel.ChannelHandler[]
StackMap stack:
aload 2 /* pipeline */
iconst_1
anewarray io.netty.channel.ChannelHandler
dup
iconst_0
aload 3 /* h */
aastore
invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
end local 3 // io.netty.channel.ChannelHandler h
6: .line 199
iinc 4 1
StackMap locals: io.netty.channel.embedded.EmbeddedChannel$2 io.netty.channel.Channel io.netty.channel.ChannelPipeline top int int io.netty.channel.ChannelHandler[]
StackMap stack:
7: iload 4
iload 5
if_icmplt 2
8: .line 205
StackMap locals: io.netty.channel.embedded.EmbeddedChannel$2 io.netty.channel.Channel io.netty.channel.ChannelPipeline
StackMap stack:
return
end local 2 // io.netty.channel.ChannelPipeline pipeline
end local 1 // io.netty.channel.Channel ch
end local 0 // io.netty.channel.embedded.EmbeddedChannel$2 this
LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/channel/embedded/EmbeddedChannel$2;
0 9 1 ch Lio/netty/channel/Channel;
1 9 2 pipeline Lio/netty/channel/ChannelPipeline;
3 6 3 h Lio/netty/channel/ChannelHandler;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ch
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/Channel;>;
SourceFile: "EmbeddedChannel.java"
EnclosingMethod: io.netty.channel.embedded.EmbeddedChannel.setup:(Z[Lio/netty/channel/ChannelHandler;)V
NestHost: io.netty.channel.embedded.EmbeddedChannel
InnerClasses:
io.netty.channel.embedded.EmbeddedChannel$2