public class io.netty.channel.socket.nio.NioServerSocketChannel extends io.netty.channel.nio.AbstractNioMessageChannel implements io.netty.channel.socket.ServerSocketChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.channel.socket.nio.NioServerSocketChannel
  super_class: io.netty.channel.nio.AbstractNioMessageChannel
{
  private static final io.netty.channel.ChannelMetadata METADATA;
    descriptor: Lio/netty/channel/ChannelMetadata;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.nio.channels.spi.SelectorProvider DEFAULT_SELECTOR_PROVIDER;
    descriptor: Ljava/nio/channels/spi/SelectorProvider;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.util.internal.logging.InternalLogger logger;
    descriptor: Lio/netty/util/internal/logging/InternalLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.netty.channel.socket.ServerSocketChannelConfig config;
    descriptor: Lio/netty/channel/socket/ServerSocketChannelConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 46
            new io.netty.channel.ChannelMetadata
            dup
            iconst_0
            bipush 16
            invokespecial io.netty.channel.ChannelMetadata.<init>:(ZI)V
            putstatic io.netty.channel.socket.nio.NioServerSocketChannel.METADATA:Lio/netty/channel/ChannelMetadata;
         1: .line 47
            invokestatic java.nio.channels.spi.SelectorProvider.provider:()Ljava/nio/channels/spi/SelectorProvider;
            putstatic io.netty.channel.socket.nio.NioServerSocketChannel.DEFAULT_SELECTOR_PROVIDER:Ljava/nio/channels/spi/SelectorProvider;
         2: .line 49
            ldc Lio/netty/channel/socket/nio/NioServerSocketChannel;
            invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/Class;)Lio/netty/util/internal/logging/InternalLogger;
            putstatic io.netty.channel.socket.nio.NioServerSocketChannel.logger:Lio/netty/util/internal/logging/InternalLogger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.nio.channels.ServerSocketChannel newSocket(java.nio.channels.spi.SelectorProvider);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;)Ljava/nio/channels/ServerSocketChannel;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // java.nio.channels.spi.SelectorProvider provider
         0: .line 59
            aload 0 /* provider */
            invokevirtual java.nio.channels.spi.SelectorProvider.openServerSocketChannel:()Ljava/nio/channels/ServerSocketChannel;
         1: areturn
         2: .line 60
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 61
            new io.netty.channel.ChannelException
            dup
         4: .line 62
            ldc "Failed to open a server socket."
            aload 1 /* e */
         5: .line 61
            invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
        end local 0 // java.nio.channels.spi.SelectorProvider provider
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0  provider  Ljava/nio/channels/spi/SelectorProvider;
            3    6     1         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
          Name  Flags
      provider  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 72
            aload 0 /* this */
            getstatic io.netty.channel.socket.nio.NioServerSocketChannel.DEFAULT_SELECTOR_PROVIDER:Ljava/nio/channels/spi/SelectorProvider;
            invokestatic io.netty.channel.socket.nio.NioServerSocketChannel.newSocket:(Ljava/nio/channels/spi/SelectorProvider;)Ljava/nio/channels/ServerSocketChannel;
            invokespecial io.netty.channel.socket.nio.NioServerSocketChannel.<init>:(Ljava/nio/channels/ServerSocketChannel;)V
         1: .line 73
            return
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;

  public void <init>(java.nio.channels.spi.SelectorProvider);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
        start local 1 // java.nio.channels.spi.SelectorProvider provider
         0: .line 79
            aload 0 /* this */
            aload 1 /* provider */
            invokestatic io.netty.channel.socket.nio.NioServerSocketChannel.newSocket:(Ljava/nio/channels/spi/SelectorProvider;)Ljava/nio/channels/ServerSocketChannel;
            invokespecial io.netty.channel.socket.nio.NioServerSocketChannel.<init>:(Ljava/nio/channels/ServerSocketChannel;)V
         1: .line 80
            return
        end local 1 // java.nio.channels.spi.SelectorProvider provider
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
            0    2     1  provider  Ljava/nio/channels/spi/SelectorProvider;
    MethodParameters:
          Name  Flags
      provider  

  public void <init>(java.nio.channels.ServerSocketChannel);
    descriptor: (Ljava/nio/channels/ServerSocketChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
        start local 1 // java.nio.channels.ServerSocketChannel channel
         0: .line 86
            aload 0 /* this */
            aconst_null
            aload 1 /* channel */
            bipush 16
            invokespecial io.netty.channel.nio.AbstractNioMessageChannel.<init>:(Lio/netty/channel/Channel;Ljava/nio/channels/SelectableChannel;I)V
         1: .line 87
            aload 0 /* this */
            new io.netty.channel.socket.nio.NioServerSocketChannel$NioServerSocketChannelConfig
            dup
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.javaChannel:()Ljava/nio/channels/ServerSocketChannel;
            invokevirtual java.nio.channels.ServerSocketChannel.socket:()Ljava/net/ServerSocket;
            invokespecial io.netty.channel.socket.nio.NioServerSocketChannel$NioServerSocketChannelConfig.<init>:(Lio/netty/channel/socket/nio/NioServerSocketChannel;Lio/netty/channel/socket/nio/NioServerSocketChannel;Ljava/net/ServerSocket;)V
            putfield io.netty.channel.socket.nio.NioServerSocketChannel.config:Lio/netty/channel/socket/ServerSocketChannelConfig;
         2: .line 88
            return
        end local 1 // java.nio.channels.ServerSocketChannel channel
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
            0    3     1  channel  Ljava/nio/channels/ServerSocketChannel;
    MethodParameters:
         Name  Flags
      channel  

  public java.net.InetSocketAddress localAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 92
            aload 0 /* this */
            invokespecial io.netty.channel.nio.AbstractNioMessageChannel.localAddress:()Ljava/net/SocketAddress;
            checkcast java.net.InetSocketAddress
            areturn
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;

  public io.netty.channel.ChannelMetadata metadata();
    descriptor: ()Lio/netty/channel/ChannelMetadata;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 97
            getstatic io.netty.channel.socket.nio.NioServerSocketChannel.METADATA:Lio/netty/channel/ChannelMetadata;
            areturn
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;

  public io.netty.channel.socket.ServerSocketChannelConfig config();
    descriptor: ()Lio/netty/channel/socket/ServerSocketChannelConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 102
            aload 0 /* this */
            getfield io.netty.channel.socket.nio.NioServerSocketChannel.config:Lio/netty/channel/socket/ServerSocketChannelConfig;
            areturn
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;

  public boolean isActive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 107
            aload 0 /* this */
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.javaChannel:()Ljava/nio/channels/ServerSocketChannel;
            invokevirtual java.nio.channels.ServerSocketChannel.socket:()Ljava/net/ServerSocket;
            invokevirtual java.net.ServerSocket.isBound:()Z
            ireturn
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;

  public java.net.InetSocketAddress remoteAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 112
            aconst_null
            areturn
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;

  protected java.nio.channels.ServerSocketChannel javaChannel();
    descriptor: ()Ljava/nio/channels/ServerSocketChannel;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 117
            aload 0 /* this */
            invokespecial io.netty.channel.nio.AbstractNioMessageChannel.javaChannel:()Ljava/nio/channels/SelectableChannel;
            checkcast java.nio.channels.ServerSocketChannel
            areturn
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;

  protected java.net.SocketAddress localAddress0();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 122
            aload 0 /* this */
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.javaChannel:()Ljava/nio/channels/ServerSocketChannel;
            invokevirtual java.nio.channels.ServerSocketChannel.socket:()Ljava/net/ServerSocket;
            invokestatic io.netty.util.internal.SocketUtils.localSocketAddress:(Ljava/net/ServerSocket;)Ljava/net/SocketAddress;
            areturn
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;

  protected void doBind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
        start local 1 // java.net.SocketAddress localAddress
         0: .line 127
            invokestatic io.netty.util.internal.PlatformDependent.javaVersion:()I
            bipush 7
            if_icmplt 3
         1: .line 128
            aload 0 /* this */
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.javaChannel:()Ljava/nio/channels/ServerSocketChannel;
            aload 1 /* localAddress */
            aload 0 /* this */
            getfield io.netty.channel.socket.nio.NioServerSocketChannel.config:Lio/netty/channel/socket/ServerSocketChannelConfig;
            invokeinterface io.netty.channel.socket.ServerSocketChannelConfig.getBacklog:()I
            invokevirtual java.nio.channels.ServerSocketChannel.bind:(Ljava/net/SocketAddress;I)Ljava/nio/channels/ServerSocketChannel;
            pop
         2: .line 129
            goto 4
         3: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.javaChannel:()Ljava/nio/channels/ServerSocketChannel;
            invokevirtual java.nio.channels.ServerSocketChannel.socket:()Ljava/net/ServerSocket;
            aload 1 /* localAddress */
            aload 0 /* this */
            getfield io.netty.channel.socket.nio.NioServerSocketChannel.config:Lio/netty/channel/socket/ServerSocketChannelConfig;
            invokeinterface io.netty.channel.socket.ServerSocketChannelConfig.getBacklog:()I
            invokevirtual java.net.ServerSocket.bind:(Ljava/net/SocketAddress;I)V
         4: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.net.SocketAddress localAddress
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
            0    5     1  localAddress  Ljava/net/SocketAddress;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
              Name  Flags
      localAddress  

  protected void doClose();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 136
            aload 0 /* this */
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.javaChannel:()Ljava/nio/channels/ServerSocketChannel;
            invokevirtual java.nio.channels.ServerSocketChannel.close:()V
         1: .line 137
            return
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
    Exceptions:
      throws java.lang.Exception

  protected int doReadMessages(java.util.List<java.lang.Object>);
    descriptor: (Ljava/util/List;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
        start local 1 // java.util.List buf
         0: .line 141
            aload 0 /* this */
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.javaChannel:()Ljava/nio/channels/ServerSocketChannel;
            invokestatic io.netty.util.internal.SocketUtils.accept:(Ljava/nio/channels/ServerSocketChannel;)Ljava/nio/channels/SocketChannel;
            astore 2 /* ch */
        start local 2 // java.nio.channels.SocketChannel ch
         1: .line 144
            aload 2 /* ch */
            ifnull 10
         2: .line 145
            aload 1 /* buf */
            new io.netty.channel.socket.nio.NioSocketChannel
            dup
            aload 0 /* this */
            aload 2 /* ch */
            invokespecial io.netty.channel.socket.nio.NioSocketChannel.<init>:(Lio/netty/channel/Channel;Ljava/nio/channels/SocketChannel;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 146
            iconst_1
            ireturn
         4: .line 148
      StackMap locals: io.netty.channel.socket.nio.NioServerSocketChannel java.util.List java.nio.channels.SocketChannel
      StackMap stack: java.lang.Throwable
            astore 3 /* t */
        start local 3 // java.lang.Throwable t
         5: .line 149
            getstatic io.netty.channel.socket.nio.NioServerSocketChannel.logger:Lio/netty/util/internal/logging/InternalLogger;
            ldc "Failed to create a new channel from an accepted socket."
            aload 3 /* t */
            invokeinterface io.netty.util.internal.logging.InternalLogger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
         6: .line 152
            aload 2 /* ch */
            invokevirtual java.nio.channels.SocketChannel.close:()V
         7: .line 153
            goto 10
      StackMap locals: io.netty.channel.socket.nio.NioServerSocketChannel java.util.List java.nio.channels.SocketChannel java.lang.Throwable
      StackMap stack: java.lang.Throwable
         8: astore 4 /* t2 */
        start local 4 // java.lang.Throwable t2
         9: .line 154
            getstatic io.netty.channel.socket.nio.NioServerSocketChannel.logger:Lio/netty/util/internal/logging/InternalLogger;
            ldc "Failed to close a socket."
            aload 4 /* t2 */
            invokeinterface io.netty.util.internal.logging.InternalLogger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 4 // java.lang.Throwable t2
        end local 3 // java.lang.Throwable t
        10: .line 158
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.nio.channels.SocketChannel ch
        end local 1 // java.util.List buf
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
            0   11     1   buf  Ljava/util/List<Ljava/lang/Object;>;
            1   11     2    ch  Ljava/nio/channels/SocketChannel;
            5   10     3     t  Ljava/lang/Throwable;
            9   10     4    t2  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.Throwable
           6     7       8  Class java.lang.Throwable
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/util/List<Ljava/lang/Object;>;)I
    MethodParameters:
      Name  Flags
      buf   

  protected boolean doConnect(java.net.SocketAddress, java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
        start local 1 // java.net.SocketAddress remoteAddress
        start local 2 // java.net.SocketAddress localAddress
         0: .line 165
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.net.SocketAddress localAddress
        end local 1 // java.net.SocketAddress remoteAddress
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
            0    1     2   localAddress  Ljava/net/SocketAddress;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
               Name  Flags
      remoteAddress  
      localAddress   

  protected void doFinishConnect();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 170
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
    Exceptions:
      throws java.lang.Exception

  protected java.net.SocketAddress remoteAddress0();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 175
            aconst_null
            areturn
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;

  protected void doDisconnect();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
         0: .line 180
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
    Exceptions:
      throws java.lang.Exception

  protected boolean doWriteMessage(java.lang.Object, io.netty.channel.ChannelOutboundBuffer);
    descriptor: (Ljava/lang/Object;Lio/netty/channel/ChannelOutboundBuffer;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
        start local 1 // java.lang.Object msg
        start local 2 // io.netty.channel.ChannelOutboundBuffer in
         0: .line 185
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // io.netty.channel.ChannelOutboundBuffer in
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
            0    1     1   msg  Ljava/lang/Object;
            0    1     2    in  Lio/netty/channel/ChannelOutboundBuffer;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   
      in    

  protected final java.lang.Object filterOutboundMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
        start local 1 // java.lang.Object msg
         0: .line 190
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
            0    1     1   msg  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   

  protected boolean closeOnReadError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
        start local 1 // java.lang.Throwable cause
         0: .line 207
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial io.netty.channel.nio.AbstractNioMessageChannel.closeOnReadError:(Ljava/lang/Throwable;)Z
            ireturn
        end local 1 // java.lang.Throwable cause
        end local 0 // io.netty.channel.socket.nio.NioServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/netty/channel/socket/nio/NioServerSocketChannel;
            0    1     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public io.netty.channel.ChannelConfig config();
    descriptor: ()Lio/netty/channel/ChannelConfig;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.config:()Lio/netty/channel/socket/ServerSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.net.SocketAddress localAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.localAddress:()Ljava/net/InetSocketAddress;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.nio.channels.SelectableChannel javaChannel();
    descriptor: ()Ljava/nio/channels/SelectableChannel;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.javaChannel:()Ljava/nio/channels/ServerSocketChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.net.SocketAddress remoteAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.remoteAddress:()Ljava/net/InetSocketAddress;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void access$4(io.netty.channel.socket.nio.NioServerSocketChannel);
    descriptor: (Lio/netty/channel/socket/nio/NioServerSocketChannel;)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.channel.socket.nio.NioServerSocketChannel.clearReadPending:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "NioServerSocketChannel.java"
NestMembers:
  io.netty.channel.socket.nio.NioServerSocketChannel$NioServerSocketChannelConfig
InnerClasses:
  private final NioServerSocketChannelConfig = io.netty.channel.socket.nio.NioServerSocketChannel$NioServerSocketChannelConfig of io.netty.channel.socket.nio.NioServerSocketChannel