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 0: aload 0
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: aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
2: aload 0
new io.netty.channel.epoll.EpollServerSocketChannelConfig
dup
aload 0
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: return
end local 0 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 start local 1 0: aload 0
new io.netty.channel.epoll.LinuxSocket
dup
iload 1
invokespecial io.netty.channel.epoll.LinuxSocket.<init>:(I)V
invokespecial io.netty.channel.epoll.EpollServerSocketChannel.<init>:(Lio/netty/channel/epoll/LinuxSocket;)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.<init>:(Lio/netty/channel/epoll/LinuxSocket;)V
1: aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
2: aload 0
new io.netty.channel.epoll.EpollServerSocketChannelConfig
dup
aload 0
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: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
iload 2
invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.<init>:(Lio/netty/channel/epoll/LinuxSocket;Z)V
1: aload 0
invokestatic java.util.Collections.emptyList:()Ljava/util/List;
putfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
2: aload 0
new io.netty.channel.epoll.EpollServerSocketChannelConfig
dup
aload 0
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: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 1
instanceof io.netty.channel.epoll.EpollEventLoop
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.doBind:(Ljava/net/SocketAddress;)V
1: getstatic io.netty.channel.epoll.Native.IS_SUPPORTING_TCP_FASTOPEN:Z
ifeq 3
aload 0
getfield io.netty.channel.epoll.EpollServerSocketChannel.config:Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
invokevirtual io.netty.channel.epoll.EpollServerSocketChannelConfig.getTcpFastopen:()I
ifle 3
2: aload 0
getfield io.netty.channel.epoll.EpollServerSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield io.netty.channel.epoll.EpollServerSocketChannel.socket:Lio/netty/channel/epoll/LinuxSocket;
aload 0
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: aload 0
iconst_1
putfield io.netty.channel.epoll.EpollServerSocketChannel.active:Z
5: return
end local 1 end local 0 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 0: aload 0
invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.remoteAddress:()Ljava/net/SocketAddress;
checkcast java.net.InetSocketAddress
areturn
end local 0 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 0: aload 0
invokespecial io.netty.channel.epoll.AbstractEpollServerChannel.localAddress:()Ljava/net/SocketAddress;
checkcast java.net.InetSocketAddress
areturn
end local 0 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 0: aload 0
getfield io.netty.channel.epoll.EpollServerSocketChannel.config:Lio/netty/channel/epoll/EpollServerSocketChannelConfig;
areturn
end local 0 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 start local 1 start local 2 start local 3 start local 4 0: new io.netty.channel.epoll.EpollSocketChannel
dup
aload 0
new io.netty.channel.epoll.LinuxSocket
dup
iload 1
invokespecial io.netty.channel.epoll.LinuxSocket.<init>:(I)V
aload 2
iload 3
iload 4
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 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
areturn
end local 0 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 start local 1 0: aload 0
aload 0
aload 0
getfield io.netty.channel.epoll.EpollServerSocketChannel.tcpMd5SigAddresses:Ljava/util/Collection;
aload 1
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: return
end local 1 end local 0 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: 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: 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: 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: 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: 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: 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: aload 0
invokevirtual io.netty.channel.epoll.EpollServerSocketChannel.remoteAddress:()Ljava/net/InetSocketAddress;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "EpollServerSocketChannel.java"