class io.vertx.core.http.impl.FileStreamChannel$1 extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.FileStreamChannel$1
super_class: io.netty.channel.ChannelInitializer
{
final io.vertx.core.http.impl.FileStreamChannel this$0;
descriptor: Lio/vertx/core/http/impl/FileStreamChannel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final long val$offset;
descriptor: J
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final long val$length;
descriptor: J
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.vertx.core.Promise val$result;
descriptor: Lio/vertx/core/Promise;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.http.impl.FileStreamChannel, long, long, io.vertx.core.Promise);
descriptor: (Lio/vertx/core/http/impl/FileStreamChannel;JJLio/vertx/core/Promise;)V
flags: (0x0000)
Code:
stack=3, locals=7, args_size=5
start local 0 0: aload 0
aload 1
putfield io.vertx.core.http.impl.FileStreamChannel$1.this$0:Lio/vertx/core/http/impl/FileStreamChannel;
aload 0
lload 2
putfield io.vertx.core.http.impl.FileStreamChannel$1.val$offset:J
aload 0
lload 4
putfield io.vertx.core.http.impl.FileStreamChannel$1.val$length:J
aload 0
aload 6
putfield io.vertx.core.http.impl.FileStreamChannel$1.val$result:Lio/vertx/core/Promise;
aload 0
invokespecial io.netty.channel.ChannelInitializer.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/FileStreamChannel$1;
MethodParameters:
Name Flags
this$0 final
val$offset final
val$length final
val$result final
protected void initChannel(io.netty.channel.Channel);
descriptor: (Lio/netty/channel/Channel;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=12, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.channel.Channel.pipeline:()Lio/netty/channel/ChannelPipeline;
astore 2
start local 2 1: aload 2
iconst_1
anewarray io.netty.channel.ChannelHandler
dup
iconst_0
new io.netty.handler.stream.ChunkedWriteHandler
dup
invokespecial io.netty.handler.stream.ChunkedWriteHandler.<init>:()V
aastore
invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
2: aload 2
iconst_1
anewarray io.netty.channel.ChannelHandler
dup
iconst_0
new io.vertx.core.http.impl.FileStreamChannel$1$1
dup
aload 0
aload 0
getfield io.vertx.core.http.impl.FileStreamChannel$1.val$offset:J
aload 0
getfield io.vertx.core.http.impl.FileStreamChannel$1.val$length:J
aload 0
getfield io.vertx.core.http.impl.FileStreamChannel$1.val$result:Lio/vertx/core/Promise;
invokespecial io.vertx.core.http.impl.FileStreamChannel$1$1.<init>:(Lio/vertx/core/http/impl/FileStreamChannel$1;JJLio/vertx/core/Promise;)V
aastore
invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/http/impl/FileStreamChannel$1;
0 4 1 ch Lio/netty/channel/Channel;
1 4 2 pipeline Lio/netty/channel/ChannelPipeline;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ch
static io.vertx.core.http.impl.FileStreamChannel access$0(io.vertx.core.http.impl.FileStreamChannel$1);
descriptor: (Lio/vertx/core/http/impl/FileStreamChannel$1;)Lio/vertx/core/http/impl/FileStreamChannel;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield io.vertx.core.http.impl.FileStreamChannel$1.this$0:Lio/vertx/core/http/impl/FileStreamChannel;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/Channel;>;
SourceFile: "FileStreamChannel.java"
EnclosingMethod: io.vertx.core.http.impl.FileStreamChannel.<init>:(Lio/vertx/core/Promise;Lio/vertx/core/http/impl/VertxHttp2Stream;JJ)V
NestHost: io.vertx.core.http.impl.FileStreamChannel
InnerClasses:
io.vertx.core.http.impl.FileStreamChannel$1
io.vertx.core.http.impl.FileStreamChannel$1$1