class io.netty.channel.socket.nio.NioSocketChannel$4 implements io.netty.channel.ChannelFutureListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.channel.socket.nio.NioSocketChannel$4
super_class: java.lang.Object
{
final io.netty.channel.socket.nio.NioSocketChannel this$0;
descriptor: Lio/netty/channel/socket/nio/NioSocketChannel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelFuture val$shutdownOutputFuture;
descriptor: Lio/netty/channel/ChannelFuture;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelPromise val$promise;
descriptor: Lio/netty/channel/ChannelPromise;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.channel.socket.nio.NioSocketChannel, io.netty.channel.ChannelFuture, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/socket/nio/NioSocketChannel;Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelPromise;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield io.netty.channel.socket.nio.NioSocketChannel$4.this$0:Lio/netty/channel/socket/nio/NioSocketChannel;
aload 0
aload 2
putfield io.netty.channel.socket.nio.NioSocketChannel$4.val$shutdownOutputFuture:Lio/netty/channel/ChannelFuture;
aload 0
aload 3
putfield io.netty.channel.socket.nio.NioSocketChannel$4.val$promise:Lio/netty/channel/ChannelPromise;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/socket/nio/NioSocketChannel$4;
MethodParameters:
Name Flags
this$0 final
val$shutdownOutputFuture final
val$promise final
public void operationComplete(io.netty.channel.ChannelFuture);
descriptor: (Lio/netty/channel/ChannelFuture;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.channel.socket.nio.NioSocketChannel$4.val$shutdownOutputFuture:Lio/netty/channel/ChannelFuture;
aload 1
aload 0
getfield io.netty.channel.socket.nio.NioSocketChannel$4.val$promise:Lio/netty/channel/ChannelPromise;
invokestatic io.netty.channel.socket.nio.NioSocketChannel.shutdownDone:(Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelPromise;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/socket/nio/NioSocketChannel$4;
0 2 1 shutdownInputFuture Lio/netty/channel/ChannelFuture;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
shutdownInputFuture
public void operationComplete(io.netty.util.concurrent.Future);
descriptor: (Lio/netty/util/concurrent/Future;)V
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.ChannelFuture
invokevirtual io.netty.channel.socket.nio.NioSocketChannel$4.operationComplete:(Lio/netty/channel/ChannelFuture;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
SourceFile: "NioSocketChannel.java"
EnclosingMethod: io.netty.channel.socket.nio.NioSocketChannel.shutdownOutputDone:(Lio/netty/channel/ChannelFuture;Lio/netty/channel/ChannelPromise;)V
NestHost: io.netty.channel.socket.nio.NioSocketChannel
InnerClasses:
io.netty.channel.socket.nio.NioSocketChannel$4