public abstract class io.netty.channel.epoll.AbstractEpollServerChannel extends io.netty.channel.epoll.AbstractEpollChannel implements io.netty.channel.ServerChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.channel.epoll.AbstractEpollServerChannel
  super_class: io.netty.channel.epoll.AbstractEpollChannel
{
  private static final io.netty.channel.ChannelMetadata METADATA;
    descriptor: Lio/netty/channel/ChannelMetadata;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 31
            new io.netty.channel.ChannelMetadata
            dup
            iconst_0
            bipush 16
            invokespecial io.netty.channel.ChannelMetadata.<init>:(ZI)V
            putstatic io.netty.channel.epoll.AbstractEpollServerChannel.METADATA:Lio/netty/channel/ChannelMetadata;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
        start local 1 // int fd
         0: .line 34
            aload 0 /* this */
            new io.netty.channel.epoll.LinuxSocket
            dup
            iload 1 /* fd */
            invokespecial io.netty.channel.epoll.LinuxSocket.<init>:(I)V
            iconst_0
            invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.<init>:(Lio/netty/channel/epoll/LinuxSocket;Z)V
         1: .line 35
            return
        end local 1 // int fd
        end local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/epoll/AbstractEpollServerChannel;
            0    2     1    fd  I
    MethodParameters:
      Name  Flags
      fd    

  void <init>(io.netty.channel.epoll.LinuxSocket);
    descriptor: (Lio/netty/channel/epoll/LinuxSocket;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
        start local 1 // io.netty.channel.epoll.LinuxSocket fd
         0: .line 38
            aload 0 /* this */
            aload 1 /* fd */
            aload 1 /* fd */
            invokestatic io.netty.channel.epoll.AbstractEpollServerChannel.isSoErrorZero:(Lio/netty/channel/unix/Socket;)Z
            invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.<init>:(Lio/netty/channel/epoll/LinuxSocket;Z)V
         1: .line 39
            return
        end local 1 // io.netty.channel.epoll.LinuxSocket fd
        end local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/epoll/AbstractEpollServerChannel;
            0    2     1    fd  Lio/netty/channel/epoll/LinuxSocket;
    MethodParameters:
      Name  Flags
      fd    

  void <init>(io.netty.channel.epoll.LinuxSocket, boolean);
    descriptor: (Lio/netty/channel/epoll/LinuxSocket;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
        start local 1 // io.netty.channel.epoll.LinuxSocket fd
        start local 2 // boolean active
         0: .line 42
            aload 0 /* this */
            aconst_null
            aload 1 /* fd */
            getstatic io.netty.channel.epoll.Native.EPOLLIN:I
            iload 2 /* active */
            invokespecial io.netty.channel.epoll.AbstractEpollChannel.<init>:(Lio/netty/channel/Channel;Lio/netty/channel/epoll/LinuxSocket;IZ)V
         1: .line 43
            return
        end local 2 // boolean active
        end local 1 // io.netty.channel.epoll.LinuxSocket fd
        end local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/channel/epoll/AbstractEpollServerChannel;
            0    2     1      fd  Lio/netty/channel/epoll/LinuxSocket;
            0    2     2  active  Z
    MethodParameters:
        Name  Flags
      fd      
      active  

  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.epoll.AbstractEpollServerChannel this
         0: .line 47
            getstatic io.netty.channel.epoll.AbstractEpollServerChannel.METADATA:Lio/netty/channel/ChannelMetadata;
            areturn
        end local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/AbstractEpollServerChannel;

  protected boolean isCompatible(io.netty.channel.EventLoop);
    descriptor: (Lio/netty/channel/EventLoop;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
        start local 1 // io.netty.channel.EventLoop loop
         0: .line 52
            aload 1 /* loop */
            instanceof io.netty.channel.epoll.EpollEventLoop
            ireturn
        end local 1 // io.netty.channel.EventLoop loop
        end local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/AbstractEpollServerChannel;
            0    1     1  loop  Lio/netty/channel/EventLoop;
    MethodParameters:
      Name  Flags
      loop  

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

  protected io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe newUnsafe();
    descriptor: ()Lio/netty/channel/epoll/AbstractEpollChannel$AbstractEpollUnsafe;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
         0: .line 62
            new io.netty.channel.epoll.AbstractEpollServerChannel$EpollServerSocketUnsafe
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.epoll.AbstractEpollServerChannel$EpollServerSocketUnsafe.<init>:(Lio/netty/channel/epoll/AbstractEpollServerChannel;)V
            areturn
        end local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/AbstractEpollServerChannel;

  protected void doWrite(io.netty.channel.ChannelOutboundBuffer);
    descriptor: (Lio/netty/channel/ChannelOutboundBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
        start local 1 // io.netty.channel.ChannelOutboundBuffer in
         0: .line 67
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // io.netty.channel.ChannelOutboundBuffer in
        end local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/AbstractEpollServerChannel;
            0    1     1    in  Lio/netty/channel/ChannelOutboundBuffer;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      in    

  protected java.lang.Object filterOutboundMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.AbstractEpollServerChannel this
        start local 1 // java.lang.Object msg
         0: .line 72
            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.epoll.AbstractEpollServerChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/AbstractEpollServerChannel;
            0    1     1   msg  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   

  abstract io.netty.channel.Channel newChildChannel(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/channel/Channel;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      fd      
      remote  
      offset  
      len     

  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.epoll.AbstractEpollServerChannel this
        start local 1 // java.net.SocketAddress remoteAddress
        start local 2 // java.net.SocketAddress localAddress
         0: .line 140
            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.epoll.AbstractEpollServerChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/netty/channel/epoll/AbstractEpollServerChannel;
            0    1     1  remoteAddress  Ljava/net/SocketAddress;
            0    1     2   localAddress  Ljava/net/SocketAddress;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
               Name  Flags
      remoteAddress  
      localAddress   

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.netty.channel.epoll.AbstractEpollChannel.isOpen:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean isActive();
    descriptor: ()Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.netty.channel.epoll.AbstractEpollChannel.isActive:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected io.netty.channel.AbstractChannel$AbstractUnsafe newUnsafe();
    descriptor: ()Lio/netty/channel/AbstractChannel$AbstractUnsafe;
    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.epoll.AbstractEpollServerChannel.newUnsafe:()Lio/netty/channel/epoll/AbstractEpollChannel$AbstractEpollUnsafe;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.net.SocketAddress remoteAddress0();
    descriptor: ()Ljava/net/SocketAddress;
    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.epoll.AbstractEpollServerChannel.remoteAddress0:()Ljava/net/InetSocketAddress;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractEpollServerChannel.java"
NestMembers:
  io.netty.channel.epoll.AbstractEpollServerChannel$EpollServerSocketUnsafe
InnerClasses:
  protected abstract AbstractUnsafe = io.netty.channel.AbstractChannel$AbstractUnsafe of io.netty.channel.AbstractChannel
  protected abstract AbstractEpollUnsafe = io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe of io.netty.channel.epoll.AbstractEpollChannel
  final EpollServerSocketUnsafe = io.netty.channel.epoll.AbstractEpollServerChannel$EpollServerSocketUnsafe of io.netty.channel.epoll.AbstractEpollServerChannel