final class io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe extends io.netty.channel.AbstractChannel$AbstractUnsafe
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe
super_class: io.netty.channel.AbstractChannel$AbstractUnsafe
{
final io.netty.channel.Channel$Unsafe wrapped;
descriptor: Lio/netty/channel/Channel$Unsafe;
flags: (0x0010) ACC_FINAL
final io.netty.channel.embedded.EmbeddedChannel this$0;
descriptor: Lio/netty/channel/embedded/EmbeddedChannel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(io.netty.channel.embedded.EmbeddedChannel);
descriptor: (Lio/netty/channel/embedded/EmbeddedChannel;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.this$0:Lio/netty/channel/embedded/EmbeddedChannel;
aload 0
aload 1
invokespecial io.netty.channel.AbstractChannel$AbstractUnsafe.<init>:(Lio/netty/channel/AbstractChannel;)V
1: aload 0
new io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1
dup
aload 0
invokespecial io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.<init>:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)V
putfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.wrapped:Lio/netty/channel/Channel$Unsafe;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
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 start local 1 start local 2 start local 3 0: aload 0
aload 3
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.safeSetSuccess:(Lio/netty/channel/ChannelPromise;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
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
static io.netty.channel.embedded.EmbeddedChannel access$0(io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe);
descriptor: (Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.this$0:Lio/netty/channel/embedded/EmbeddedChannel;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "EmbeddedChannel.java"
NestHost: io.netty.channel.embedded.EmbeddedChannel
InnerClasses:
protected abstract AbstractUnsafe = io.netty.channel.AbstractChannel$AbstractUnsafe of io.netty.channel.AbstractChannel
public abstract Unsafe = io.netty.channel.Channel$Unsafe of io.netty.channel.Channel
private final EmbeddedUnsafe = io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe of io.netty.channel.embedded.EmbeddedChannel
io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1