public abstract class io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase
super_class: java.lang.Object
{
protected final int messageSize;
descriptor: I
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.net.InetSocketAddress self;
descriptor: Ljava/net/InetSocketAddress;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.net.InetSocketAddress peer;
descriptor: Ljava/net/InetSocketAddress;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected void <init>(java.net.InetSocketAddress, java.net.InetSocketAddress, int);
descriptor: (Ljava/net/InetSocketAddress;Ljava/net/InetSocketAddress;I)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 3
putfield io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase.messageSize:I
2: aload 0
aload 1
putfield io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase.self:Ljava/net/InetSocketAddress;
3: aload 0
aload 2
putfield io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase.peer:Ljava/net/InetSocketAddress;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/example/udt/echo/rendezvous/MsgEchoPeerBase;
0 5 1 self Ljava/net/InetSocketAddress;
0 5 2 peer Ljava/net/InetSocketAddress;
0 5 3 messageSize I
MethodParameters:
Name Flags
self final
peer final
messageSize final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=1
start local 0 0: new io.netty.util.concurrent.DefaultThreadFactory
dup
ldc "rendezvous"
invokespecial io.netty.util.concurrent.DefaultThreadFactory.<init>:(Ljava/lang/String;)V
astore 1
start local 1 1: new io.netty.channel.nio.NioEventLoopGroup
dup
iconst_1
2: aload 1
getstatic io.netty.channel.udt.nio.NioUdtProvider.MESSAGE_PROVIDER:Ljava/nio/channels/spi/SelectorProvider;
3: invokespecial io.netty.channel.nio.NioEventLoopGroup.<init>:(ILjava/util/concurrent/ThreadFactory;Ljava/nio/channels/spi/SelectorProvider;)V
astore 2
start local 2 4: new io.netty.bootstrap.Bootstrap
dup
invokespecial io.netty.bootstrap.Bootstrap.<init>:()V
astore 3
start local 3 5: aload 3
aload 2
invokevirtual io.netty.bootstrap.Bootstrap.group:(Lio/netty/channel/EventLoopGroup;)Lio/netty/bootstrap/AbstractBootstrap;
checkcast io.netty.bootstrap.Bootstrap
6: getstatic io.netty.channel.udt.nio.NioUdtProvider.MESSAGE_RENDEZVOUS:Lio/netty/channel/ChannelFactory;
invokevirtual io.netty.bootstrap.Bootstrap.channelFactory:(Lio/netty/channel/ChannelFactory;)Lio/netty/bootstrap/AbstractBootstrap;
checkcast io.netty.bootstrap.Bootstrap
7: new io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase$1
dup
aload 0
invokespecial io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase$1.<init>:(Lio/netty/example/udt/echo/rendezvous/MsgEchoPeerBase;)V
invokevirtual io.netty.bootstrap.Bootstrap.handler:(Lio/netty/channel/ChannelHandler;)Lio/netty/bootstrap/AbstractBootstrap;
pop
8: aload 3
aload 0
getfield io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase.peer:Ljava/net/InetSocketAddress;
aload 0
getfield io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase.self:Ljava/net/InetSocketAddress;
invokevirtual io.netty.bootstrap.Bootstrap.connect:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;)Lio/netty/channel/ChannelFuture;
invokeinterface io.netty.channel.ChannelFuture.sync:()Lio/netty/channel/ChannelFuture;
astore 4
start local 4 9: aload 4
invokeinterface io.netty.channel.ChannelFuture.channel:()Lio/netty/channel/Channel;
invokeinterface io.netty.channel.Channel.closeFuture:()Lio/netty/channel/ChannelFuture;
invokeinterface io.netty.channel.ChannelFuture.sync:()Lio/netty/channel/ChannelFuture;
pop
end local 4 end local 3 10: goto 14
StackMap locals: io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase java.util.concurrent.ThreadFactory io.netty.channel.nio.NioEventLoopGroup
StackMap stack: java.lang.Throwable
11: astore 5
12: aload 2
invokevirtual io.netty.channel.nio.NioEventLoopGroup.shutdownGracefully:()Lio/netty/util/concurrent/Future;
pop
13: aload 5
athrow
14: StackMap locals:
StackMap stack:
aload 2
invokevirtual io.netty.channel.nio.NioEventLoopGroup.shutdownGracefully:()Lio/netty/util/concurrent/Future;
pop
15: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lio/netty/example/udt/echo/rendezvous/MsgEchoPeerBase;
1 16 1 connectFactory Ljava/util/concurrent/ThreadFactory;
4 16 2 connectGroup Lio/netty/channel/nio/NioEventLoopGroup;
5 10 3 boot Lio/netty/bootstrap/Bootstrap;
9 10 4 f Lio/netty/channel/ChannelFuture;
Exception table:
from to target type
4 11 11 any
Exceptions:
throws java.lang.Exception
}
SourceFile: "MsgEchoPeerBase.java"
NestMembers:
io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase$1
InnerClasses:
io.netty.example.udt.echo.rendezvous.MsgEchoPeerBase$1