public final class io.netty.example.portunification.PortUnificationServer
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.example.portunification.PortUnificationServer
super_class: java.lang.Object
{
static final int PORT;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: ldc "port"
ldc "8080"
invokestatic java.lang.System.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
putstatic io.netty.example.portunification.PortUnificationServer.PORT:I
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/example/portunification/PortUnificationServer;
public static void main(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=7, args_size=1
start local 0 0: new io.netty.handler.ssl.util.SelfSignedCertificate
dup
invokespecial io.netty.handler.ssl.util.SelfSignedCertificate.<init>:()V
astore 1
start local 1 1: aload 1
invokevirtual io.netty.handler.ssl.util.SelfSignedCertificate.certificate:()Ljava/io/File;
aload 1
invokevirtual io.netty.handler.ssl.util.SelfSignedCertificate.privateKey:()Ljava/io/File;
invokestatic io.netty.handler.ssl.SslContextBuilder.forServer:(Ljava/io/File;Ljava/io/File;)Lio/netty/handler/ssl/SslContextBuilder;
2: invokevirtual io.netty.handler.ssl.SslContextBuilder.build:()Lio/netty/handler/ssl/SslContext;
3: astore 2
start local 2 4: new io.netty.channel.nio.NioEventLoopGroup
dup
iconst_1
invokespecial io.netty.channel.nio.NioEventLoopGroup.<init>:(I)V
astore 3
start local 3 5: new io.netty.channel.nio.NioEventLoopGroup
dup
invokespecial io.netty.channel.nio.NioEventLoopGroup.<init>:()V
astore 4
start local 4 6: new io.netty.bootstrap.ServerBootstrap
dup
invokespecial io.netty.bootstrap.ServerBootstrap.<init>:()V
astore 5
start local 5 7: aload 5
aload 3
aload 4
invokevirtual io.netty.bootstrap.ServerBootstrap.group:(Lio/netty/channel/EventLoopGroup;Lio/netty/channel/EventLoopGroup;)Lio/netty/bootstrap/ServerBootstrap;
8: ldc Lio/netty/channel/socket/nio/NioServerSocketChannel;
invokevirtual io.netty.bootstrap.ServerBootstrap.channel:(Ljava/lang/Class;)Lio/netty/bootstrap/AbstractBootstrap;
checkcast io.netty.bootstrap.ServerBootstrap
9: new io.netty.handler.logging.LoggingHandler
dup
getstatic io.netty.handler.logging.LogLevel.INFO:Lio/netty/handler/logging/LogLevel;
invokespecial io.netty.handler.logging.LoggingHandler.<init>:(Lio/netty/handler/logging/LogLevel;)V
invokevirtual io.netty.bootstrap.ServerBootstrap.handler:(Lio/netty/channel/ChannelHandler;)Lio/netty/bootstrap/AbstractBootstrap;
checkcast io.netty.bootstrap.ServerBootstrap
10: new io.netty.example.portunification.PortUnificationServer$1
dup
aload 2
invokespecial io.netty.example.portunification.PortUnificationServer$1.<init>:(Lio/netty/handler/ssl/SslContext;)V
invokevirtual io.netty.bootstrap.ServerBootstrap.childHandler:(Lio/netty/channel/ChannelHandler;)Lio/netty/bootstrap/ServerBootstrap;
pop
11: aload 5
getstatic io.netty.example.portunification.PortUnificationServer.PORT:I
invokevirtual io.netty.bootstrap.ServerBootstrap.bind:(I)Lio/netty/channel/ChannelFuture;
invokeinterface io.netty.channel.ChannelFuture.sync:()Lio/netty/channel/ChannelFuture;
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 5 12: goto 17
StackMap locals: java.lang.String[] io.netty.handler.ssl.util.SelfSignedCertificate io.netty.handler.ssl.SslContext io.netty.channel.EventLoopGroup io.netty.channel.EventLoopGroup
StackMap stack: java.lang.Throwable
13: astore 6
14: aload 3
invokeinterface io.netty.channel.EventLoopGroup.shutdownGracefully:()Lio/netty/util/concurrent/Future;
pop
15: aload 4
invokeinterface io.netty.channel.EventLoopGroup.shutdownGracefully:()Lio/netty/util/concurrent/Future;
pop
16: aload 6
athrow
17: StackMap locals:
StackMap stack:
aload 3
invokeinterface io.netty.channel.EventLoopGroup.shutdownGracefully:()Lio/netty/util/concurrent/Future;
pop
18: aload 4
invokeinterface io.netty.channel.EventLoopGroup.shutdownGracefully:()Lio/netty/util/concurrent/Future;
pop
19: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 args [Ljava/lang/String;
1 20 1 ssc Lio/netty/handler/ssl/util/SelfSignedCertificate;
4 20 2 sslCtx Lio/netty/handler/ssl/SslContext;
5 20 3 bossGroup Lio/netty/channel/EventLoopGroup;
6 20 4 workerGroup Lio/netty/channel/EventLoopGroup;
7 12 5 b Lio/netty/bootstrap/ServerBootstrap;
Exception table:
from to target type
6 13 13 any
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
args
}
SourceFile: "PortUnificationServer.java"
NestMembers:
io.netty.example.portunification.PortUnificationServer$1
InnerClasses:
io.netty.example.portunification.PortUnificationServer$1