public final class io.netty.channel.epoll.EpollServerSocketChannel extends io.netty.channel.epoll.AbstractEpollServerChannel implements io.netty.channel.socket.ServerSocketChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.epoll.EpollServerSocketChannel
  super_class: io.netty.channel.epoll.AbstractEpollServerChannel
{
  private final io.netty.channel.epoll.EpollServerSocketChannelConfig config;
    descriptor: Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile java.util.Collection<java.net.InetAddress> tcpMd5SigAddresses;
    descriptor: Ljava/util/Collection;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Ljava/util/Collection<Ljava/net/InetAddress;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
         0: .line 43
            aload 0 /* this */
            invokestatic io.netty.channel.epoll.LinuxSocket.newSocketStream:()Lio/netty/channel/epoll/LinuxSocket;
            iconst_0
            invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.<init>:(Lio/netty/channel/epoll/LinuxSocket;Z)V
         1: .line 40
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
         2: .line 44
            aload 0 /* this */
            new io.netty.channel.epoll.EpollServerSocketChannelConfig
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.epoll.EpollServerSocketChannelConfig.<init>:(Lio/netty/channel/epoll/EpollServerSocketChannel;)V
            putfield io.netty.channel.epoll.EpollServerSocketChannel.config:Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
         3: .line 45
            return
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollServerSocketChannel;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
        start local 1 // int fd
         0: .line 50
            aload 0 /* this */
            new io.netty.channel.epoll.LinuxSocket
            dup
            iload 1 /* fd */
            invokespecial io.netty.channel.epoll.LinuxSocket.<init>:(I)V
            invokespecial io.netty.channel.epoll.EpollServerSocketChannel.<init>:(Lio/netty/channel/epoll/LinuxSocket;)V
         1: .line 51
            return
        end local 1 // int fd
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/epoll/EpollServerSocketChannel;
            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=4, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
        start local 1 // io.netty.channel.epoll.LinuxSocket fd
         0: .line 54
            aload 0 /* this */
            aload 1 /* fd */
            invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.<init>:(Lio/netty/channel/epoll/LinuxSocket;)V
         1: .line 40
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
         2: .line 55
            aload 0 /* this */
            new io.netty.channel.epoll.EpollServerSocketChannelConfig
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.epoll.EpollServerSocketChannelConfig.<init>:(Lio/netty/channel/epoll/EpollServerSocketChannel;)V
            putfield io.netty.channel.epoll.EpollServerSocketChannel.config:Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
         3: .line 56
            return
        end local 1 // io.netty.channel.epoll.LinuxSocket fd
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/channel/epoll/EpollServerSocketChannel;
            0    4     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=4, locals=3, args_size=3
        start local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
        start local 1 // io.netty.channel.epoll.LinuxSocket fd
        start local 2 // boolean active
         0: .line 59
            aload 0 /* this */
            aload 1 /* fd */
            iload 2 /* active */
            invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.<init>:(Lio/netty/channel/epoll/LinuxSocket;Z)V
         1: .line 40
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
         2: .line 60
            aload 0 /* this */
            new io.netty.channel.epoll.EpollServerSocketChannelConfig
            dup
            aload 0 /* this */
            invokespecial io.netty.channel.epoll.EpollServerSocketChannelConfig.<init>:(Lio/netty/channel/epoll/EpollServerSocketChannel;)V
            putfield io.netty.channel.epoll.EpollServerSocketChannel.config:Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
         3: .line 61
            return
        end local 2 // boolean active
        end local 1 // io.netty.channel.epoll.LinuxSocket fd
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/netty/channel/epoll/EpollServerSocketChannel;
            0    4     1      fd  Lio/netty/channel/epoll/LinuxSocket;
            0    4     2  active  Z
    MethodParameters:
        Name  Flags
      fd      
      active  

  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.EpollServerSocketChannel this
        start local 1 // io.netty.channel.EventLoop loop
         0: .line 65
            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.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/EpollServerSocketChannel;
            0    1     1  loop  Lio/netty/channel/EventLoop;
    MethodParameters:
      Name  Flags
      loop  

  protected void doBind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
        start local 1 // java.net.SocketAddress localAddress
         0: .line 70
            aload 0 /* this */
            aload 1 /* localAddress */
            invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.doBind:(Ljava/net/SocketAddress;)V
         1: .line 71
            getstatic io.netty.channel.epoll.Native.IS_SUPPORTING_TCP_FASTOPEN:Z
            ifeq 3
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollServerSocketChannel.config:Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
            invokevirtual io.netty.channel.epoll.EpollServerSocketChannelConfig.getTcpFastopen:()I
            ifle 3
         2: .line 72
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollServerSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollServerSocketChannel.config:Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
            invokevirtual io.netty.channel.epoll.EpollServerSocketChannelConfig.getTcpFastopen:()I
            invokevirtual io.netty.channel.epoll.LinuxSocket.setTcpFastOpen:(I)V
         3: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollServerSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollServerSocketChannel.config:Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
            invokevirtual io.netty.channel.epoll.EpollServerSocketChannelConfig.getBacklog:()I
            invokevirtual io.netty.channel.epoll.LinuxSocket.listen:(I)V
         4: .line 75
            aload 0 /* this */
            iconst_1
            putfield io.netty.channel.epoll.EpollServerSocketChannel.active:Z
         5: .line 76
            return
        end local 1 // java.net.SocketAddress localAddress
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/netty/channel/epoll/EpollServerSocketChannel;
            0    6     1  localAddress  Ljava/net/SocketAddress;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
              Name  Flags
      localAddress  

  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.epoll.EpollServerSocketChannel this
         0: .line 80
            aload 0 /* this */
            invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.remoteAddress:()Ljava/net/SocketAddress;
            checkcast java.net.InetSocketAddress
            areturn
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/EpollServerSocketChannel;

  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.epoll.EpollServerSocketChannel this
         0: .line 85
            aload 0 /* this */
            invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.localAddress:()Ljava/net/SocketAddress;
            checkcast java.net.InetSocketAddress
            areturn
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/EpollServerSocketChannel;

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

  protected io.netty.channel.Channel newChildChannel(int, byte[], int, int);
    descriptor: (I[BII)Lio/netty/channel/Channel;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
        start local 1 // int fd
        start local 2 // byte[] address
        start local 3 // int offset
        start local 4 // int len
         0: .line 95
            new io.netty.channel.epoll.EpollSocketChannel
            dup
            aload 0 /* this */
            new io.netty.channel.epoll.LinuxSocket
            dup
            iload 1 /* fd */
            invokespecial io.netty.channel.epoll.LinuxSocket.<init>:(I)V
            aload 2 /* address */
            iload 3 /* offset */
            iload 4 /* len */
            invokestatic io.netty.channel.unix.NativeInetAddress.address:([BII)Ljava/net/InetSocketAddress;
            invokespecial io.netty.channel.epoll.EpollSocketChannel.<init>:(Lio/netty/channel/Channel;Lio/netty/channel/epoll/LinuxSocket;Ljava/net/InetSocketAddress;)V
            areturn
        end local 4 // int len
        end local 3 // int offset
        end local 2 // byte[] address
        end local 1 // int fd
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/channel/epoll/EpollServerSocketChannel;
            0    1     1       fd  I
            0    1     2  address  [B
            0    1     3   offset  I
            0    1     4      len  I
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      fd       
      address  
      offset   
      len      

  java.util.Collection<java.net.InetAddress> tcpMd5SigAddresses();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
         0: .line 99
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
            areturn
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/epoll/EpollServerSocketChannel;
    Signature: ()Ljava/util/Collection<Ljava/net/InetAddress;>;

  void setTcpMd5Sig(java.util.Map<java.net.InetAddress, byte[]>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
        start local 1 // java.util.Map keys
         0: .line 103
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
            aload 1 /* keys */
            invokestatic io.netty.channel.epoll.TcpMd5Util.newTcpMd5Sigs:(Lio/netty/channel/epoll/AbstractEpollChannel;Ljava/util/Collection;Ljava/util/Map;)Ljava/util/Collection;
            putfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
         1: .line 104
            return
        end local 1 // java.util.Map keys
        end local 0 // io.netty.channel.epoll.EpollServerSocketChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/epoll/EpollServerSocketChannel;
            0    2     1  keys  Ljava/util/Map<Ljava/net/InetAddress;[B>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/Map<Ljava/net/InetAddress;[B>;)V
    MethodParameters:
      Name  Flags
      keys  

  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.AbstractEpollServerChannel.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.AbstractEpollServerChannel.isActive:()Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.socket.ServerSocketChannelConfig config();
    descriptor: ()Lio/netty/channel/socket/ServerSocketChannelConfig;
    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.epoll.EpollServerSocketChannel.config:()Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.channel.epoll.EpollChannelConfig config();
    descriptor: ()Lio/netty/channel/epoll/EpollChannelConfig;
    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.epoll.EpollServerSocketChannel.config:()Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.epoll.EpollServerSocketChannel.config:()Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
            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.epoll.EpollServerSocketChannel.localAddress:()Ljava/net/InetSocketAddress;
            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.epoll.EpollServerSocketChannel.remoteAddress:()Ljava/net/InetSocketAddress;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "EpollServerSocketChannel.java"