class io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1 implements io.netty.channel.Channel$Unsafe
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1
super_class: java.lang.Object
{
final io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe this$1;
descriptor: Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe);
descriptor: (Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
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/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
MethodParameters:
Name Flags
this$0 final
public io.netty.channel.RecvByteBufAllocator$Handle recvBufAllocHandle();
descriptor: ()Lio/netty/channel/RecvByteBufAllocator$Handle;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.recvBufAllocHandle:()Lio/netty/channel/RecvByteBufAllocator$Handle;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
public java.net.SocketAddress localAddress();
descriptor: ()Ljava/net/SocketAddress;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.localAddress:()Ljava/net/SocketAddress;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
public java.net.SocketAddress remoteAddress();
descriptor: ()Ljava/net/SocketAddress;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.remoteAddress:()Ljava/net/SocketAddress;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
public void register(io.netty.channel.EventLoop, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/EventLoop;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
aload 1
aload 2
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.register:(Lio/netty/channel/EventLoop;Lio/netty/channel/ChannelPromise;)V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
0 3 1 eventLoop Lio/netty/channel/EventLoop;
0 3 2 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
eventLoop
promise
public void bind(java.net.SocketAddress, io.netty.channel.ChannelPromise);
descriptor: (Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
aload 1
aload 2
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.bind:(Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
0 3 1 localAddress Ljava/net/SocketAddress;
0 3 2 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
localAddress
promise
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=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
aload 1
aload 2
aload 3
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Lio/netty/channel/ChannelPromise;)V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
0 3 1 remoteAddress Ljava/net/SocketAddress;
0 3 2 localAddress Ljava/net/SocketAddress;
0 3 3 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
remoteAddress
localAddress
promise
public void disconnect(io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
aload 1
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.disconnect:(Lio/netty/channel/ChannelPromise;)V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
0 3 1 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
promise
public void close(io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
aload 1
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.close:(Lio/netty/channel/ChannelPromise;)V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
0 3 1 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
promise
public void closeForcibly();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.closeForcibly:()V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
public void deregister(io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
aload 1
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.deregister:(Lio/netty/channel/ChannelPromise;)V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
0 3 1 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
promise
public void beginRead();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.beginRead:()V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
public void write(java.lang.Object, io.netty.channel.ChannelPromise);
descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
aload 1
aload 2
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.write:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
0 3 1 msg Ljava/lang/Object;
0 3 2 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
msg
promise
public void flush();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.flush:()V
1: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokestatic io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.access$0:(Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;)Lio/netty/channel/embedded/EmbeddedChannel;
invokevirtual io.netty.channel.embedded.EmbeddedChannel.runPendingTasks:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
public io.netty.channel.ChannelPromise voidPromise();
descriptor: ()Lio/netty/channel/ChannelPromise;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.voidPromise:()Lio/netty/channel/ChannelPromise;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
public io.netty.channel.ChannelOutboundBuffer outboundBuffer();
descriptor: ()Lio/netty/channel/ChannelOutboundBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1.this$1:Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe;
invokevirtual io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe.outboundBuffer:()Lio/netty/channel/ChannelOutboundBuffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/embedded/EmbeddedChannel$EmbeddedUnsafe$1;
}
SourceFile: "EmbeddedChannel.java"
EnclosingMethod: io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe
NestHost: io.netty.channel.embedded.EmbeddedChannel
InnerClasses:
public abstract Unsafe = io.netty.channel.Channel$Unsafe of io.netty.channel.Channel
public abstract Handle = io.netty.channel.RecvByteBufAllocator$Handle of io.netty.channel.RecvByteBufAllocator
private final EmbeddedUnsafe = io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe of io.netty.channel.embedded.EmbeddedChannel
io.netty.channel.embedded.EmbeddedChannel$EmbeddedUnsafe$1