class io.vertx.core.http.impl.FileStreamChannel$DefaultUnsafe extends io.netty.channel.AbstractChannel$AbstractUnsafe
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.FileStreamChannel$DefaultUnsafe
super_class: io.netty.channel.AbstractChannel$AbstractUnsafe
{
final io.vertx.core.http.impl.FileStreamChannel this$0;
descriptor: Lio/vertx/core/http/impl/FileStreamChannel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(io.vertx.core.http.impl.FileStreamChannel);
descriptor: (Lio/vertx/core/http/impl/FileStreamChannel;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // io.vertx.core.http.impl.FileStreamChannel$DefaultUnsafe this
0: .line 183
aload 0 /* this */
aload 1
putfield io.vertx.core.http.impl.FileStreamChannel$DefaultUnsafe.this$0:Lio/vertx/core/http/impl/FileStreamChannel;
aload 0 /* this */
aload 1
invokespecial io.netty.channel.AbstractChannel$AbstractUnsafe.<init>:(Lio/netty/channel/AbstractChannel;)V
return
end local 0 // io.vertx.core.http.impl.FileStreamChannel$DefaultUnsafe this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/FileStreamChannel$DefaultUnsafe;
MethodParameters:
Name Flags
this$0 final
public void connect(java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise);
descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 // io.vertx.core.http.impl.FileStreamChannel$DefaultUnsafe this
start local 1 // java.net.SocketAddress remoteAddress
start local 2 // java.net.SocketAddress localAddress
start local 3 // io.netty.channel.ChannelPromise promise
0: .line 186
aload 0 /* this */
aload 3 /* promise */
invokevirtual io.vertx.core.http.impl.FileStreamChannel$DefaultUnsafe.safeSetSuccess:(Lio/netty/channel/ChannelPromise;)V
1: .line 187
return
end local 3 // io.netty.channel.ChannelPromise promise
end local 2 // java.net.SocketAddress localAddress
end local 1 // java.net.SocketAddress remoteAddress
end local 0 // io.vertx.core.http.impl.FileStreamChannel$DefaultUnsafe this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/FileStreamChannel$DefaultUnsafe;
0 2 1 remoteAddress Ljava/net/SocketAddress;
0 2 2 localAddress Ljava/net/SocketAddress;
0 2 3 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
remoteAddress
localAddress
promise
}
SourceFile: "FileStreamChannel.java"
NestHost: io.vertx.core.http.impl.FileStreamChannel
InnerClasses:
protected abstract AbstractUnsafe = io.netty.channel.AbstractChannel$AbstractUnsafe of io.netty.channel.AbstractChannel
private DefaultUnsafe = io.vertx.core.http.impl.FileStreamChannel$DefaultUnsafe of io.vertx.core.http.impl.FileStreamChannel