public class io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer
  super_class: io.netty.channel.ChannelInitializer
{
  private final io.netty.handler.ssl.SslContext sslCtx;
    descriptor: Lio/netty/handler/ssl/SslContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.ssl.SslContext);
    descriptor: (Lio/netty/handler/ssl/SslContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer this
        start local 1 // io.netty.handler.ssl.SslContext sslCtx
         0: .line 31
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInitializer.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* sslCtx */
            putfield io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer.sslCtx:Lio/netty/handler/ssl/SslContext;
         2: .line 33
            return
        end local 1 // io.netty.handler.ssl.SslContext sslCtx
        end local 0 // io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/netty/example/http/websocketx/benchmarkserver/WebSocketServerInitializer;
            0    3     1  sslCtx  Lio/netty/handler/ssl/SslContext;
    MethodParameters:
        Name  Flags
      sslCtx  

  public void initChannel(io.netty.channel.socket.SocketChannel);
    descriptor: (Lio/netty/channel/socket/SocketChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer this
        start local 1 // io.netty.channel.socket.SocketChannel ch
         0: .line 37
            aload 1 /* ch */
            invokeinterface io.netty.channel.socket.SocketChannel.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 2 /* pipeline */
        start local 2 // io.netty.channel.ChannelPipeline pipeline
         1: .line 38
            aload 0 /* this */
            getfield io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer.sslCtx:Lio/netty/handler/ssl/SslContext;
            ifnull 3
         2: .line 39
            aload 2 /* pipeline */
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            aload 0 /* this */
            getfield io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer.sslCtx:Lio/netty/handler/ssl/SslContext;
            aload 1 /* ch */
            invokeinterface io.netty.channel.socket.SocketChannel.alloc:()Lio/netty/buffer/ByteBufAllocator;
            invokevirtual io.netty.handler.ssl.SslContext.newHandler:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/handler/ssl/SslHandler;
            aastore
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         3: .line 41
      StackMap locals: io.netty.channel.ChannelPipeline
      StackMap stack:
            aload 2 /* pipeline */
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            new io.netty.handler.codec.http.HttpServerCodec
            dup
            invokespecial io.netty.handler.codec.http.HttpServerCodec.<init>:()V
            aastore
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         4: .line 42
            aload 2 /* pipeline */
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            new io.netty.handler.codec.http.HttpObjectAggregator
            dup
            ldc 65536
            invokespecial io.netty.handler.codec.http.HttpObjectAggregator.<init>:(I)V
            aastore
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         5: .line 43
            aload 2 /* pipeline */
            iconst_1
            anewarray io.netty.channel.ChannelHandler
            dup
            iconst_0
            new io.netty.example.http.websocketx.benchmarkserver.WebSocketServerHandler
            dup
            invokespecial io.netty.example.http.websocketx.benchmarkserver.WebSocketServerHandler.<init>:()V
            aastore
            invokeinterface io.netty.channel.ChannelPipeline.addLast:([Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         6: .line 44
            return
        end local 2 // io.netty.channel.ChannelPipeline pipeline
        end local 1 // io.netty.channel.socket.SocketChannel ch
        end local 0 // io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/netty/example/http/websocketx/benchmarkserver/WebSocketServerInitializer;
            0    7     1        ch  Lio/netty/channel/socket/SocketChannel;
            1    7     2  pipeline  Lio/netty/channel/ChannelPipeline;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ch    

  public void initChannel(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.channel.socket.SocketChannel
            invokevirtual io.netty.example.http.websocketx.benchmarkserver.WebSocketServerInitializer.initChannel:(Lio/netty/channel/socket/SocketChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/channel/ChannelInitializer<Lio/netty/channel/socket/SocketChannel;>;
SourceFile: "WebSocketServerInitializer.java"