public class io.netty.channel.sctp.nio.NioSctpChannel extends io.netty.channel.nio.AbstractNioMessageChannel implements io.netty.channel.sctp.SctpChannel
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.channel.sctp.nio.NioSctpChannel
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 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.sctp.SctpChannelConfig config;
descriptor: Lio/netty/channel/sctp/SctpChannelConfig;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.nio.sctp.NotificationHandler<?> notificationHandler;
descriptor: Lcom/sun/nio/sctp/NotificationHandler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/sun/nio/sctp/NotificationHandler<*>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new io.netty.channel.ChannelMetadata
dup
iconst_0
invokespecial io.netty.channel.ChannelMetadata.<init>:(Z)V
putstatic io.netty.channel.sctp.nio.NioSctpChannel.METADATA:Lio/netty/channel/ChannelMetadata;
1: ldc Lio/netty/channel/sctp/nio/NioSctpChannel;
invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/Class;)Lio/netty/util/internal/logging/InternalLogger;
putstatic io.netty.channel.sctp.nio.NioSctpChannel.logger:Lio/netty/util/internal/logging/InternalLogger;
return
LocalVariableTable:
Start End Slot Name Signature
private static com.sun.nio.sctp.SctpChannel newSctpChannel();
descriptor: ()Lcom/sun/nio/sctp/SctpChannel;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=1, args_size=0
0: invokestatic com.sun.nio.sctp.SctpChannel.open:()Lcom/sun/nio/sctp/SctpChannel;
1: areturn
2: StackMap locals:
StackMap stack: java.io.IOException
astore 0
start local 0 3: new io.netty.channel.ChannelException
dup
ldc "Failed to open a sctp channel."
aload 0
invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
3 4 0 e Ljava/io/IOException;
Exception table:
from to target type
0 1 2 Class java.io.IOException
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokestatic io.netty.channel.sctp.nio.NioSctpChannel.newSctpChannel:()Lcom/sun/nio/sctp/SctpChannel;
invokespecial io.netty.channel.sctp.nio.NioSctpChannel.<init>:(Lcom/sun/nio/sctp/SctpChannel;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
public void <init>(com.sun.nio.sctp.SctpChannel);
descriptor: (Lcom/sun/nio/sctp/SctpChannel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
aload 1
invokespecial io.netty.channel.sctp.nio.NioSctpChannel.<init>:(Lio/netty/channel/Channel;Lcom/sun/nio/sctp/SctpChannel;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 2 1 sctpChannel Lcom/sun/nio/sctp/SctpChannel;
MethodParameters:
Name Flags
sctpChannel
public void <init>(io.netty.channel.Channel, com.sun.nio.sctp.SctpChannel);
descriptor: (Lio/netty/channel/Channel;Lcom/sun/nio/sctp/SctpChannel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
iconst_1
invokespecial io.netty.channel.nio.AbstractNioMessageChannel.<init>:(Lio/netty/channel/Channel;Ljava/nio/channels/SelectableChannel;I)V
1: aload 2
iconst_0
invokevirtual com.sun.nio.sctp.SctpChannel.configureBlocking:(Z)Ljava/nio/channels/SelectableChannel;
pop
2: aload 0
new io.netty.channel.sctp.nio.NioSctpChannel$NioSctpChannelConfig
dup
aload 0
aload 0
aload 2
invokespecial io.netty.channel.sctp.nio.NioSctpChannel$NioSctpChannelConfig.<init>:(Lio/netty/channel/sctp/nio/NioSctpChannel;Lio/netty/channel/sctp/nio/NioSctpChannel;Lcom/sun/nio/sctp/SctpChannel;)V
putfield io.netty.channel.sctp.nio.NioSctpChannel.config:Lio/netty/channel/sctp/SctpChannelConfig;
3: aload 0
new io.netty.channel.sctp.SctpNotificationHandler
dup
aload 0
invokespecial io.netty.channel.sctp.SctpNotificationHandler.<init>:(Lio/netty/channel/sctp/SctpChannel;)V
putfield io.netty.channel.sctp.nio.NioSctpChannel.notificationHandler:Lcom/sun/nio/sctp/NotificationHandler;
4: goto 14
StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel io.netty.channel.Channel com.sun.nio.sctp.SctpChannel
StackMap stack: java.io.IOException
5: astore 3
start local 3 6: aload 2
invokevirtual com.sun.nio.sctp.SctpChannel.close:()V
7: goto 13
StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel io.netty.channel.Channel com.sun.nio.sctp.SctpChannel java.io.IOException
StackMap stack: java.io.IOException
8: astore 4
start local 4 9: getstatic io.netty.channel.sctp.nio.NioSctpChannel.logger:Lio/netty/util/internal/logging/InternalLogger;
invokeinterface io.netty.util.internal.logging.InternalLogger.isWarnEnabled:()Z
ifeq 13
10: getstatic io.netty.channel.sctp.nio.NioSctpChannel.logger:Lio/netty/util/internal/logging/InternalLogger;
11: ldc "Failed to close a partially initialized sctp channel."
aload 4
12: invokeinterface io.netty.util.internal.logging.InternalLogger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
end local 4 13: StackMap locals:
StackMap stack:
new io.netty.channel.ChannelException
dup
ldc "Failed to enter non-blocking mode."
aload 3
invokespecial io.netty.channel.ChannelException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 14: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 15 1 parent Lio/netty/channel/Channel;
0 15 2 sctpChannel Lcom/sun/nio/sctp/SctpChannel;
6 14 3 e Ljava/io/IOException;
9 13 4 e2 Ljava/io/IOException;
Exception table:
from to target type
1 4 5 Class java.io.IOException
6 7 8 Class java.io.IOException
MethodParameters:
Name Flags
parent
sctpChannel
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.nio.AbstractNioMessageChannel.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/sctp/nio/NioSctpChannel;
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.nio.AbstractNioMessageChannel.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/sctp/nio/NioSctpChannel;
public io.netty.channel.sctp.SctpServerChannel parent();
descriptor: ()Lio/netty/channel/sctp/SctpServerChannel;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.channel.nio.AbstractNioMessageChannel.parent:()Lio/netty/channel/Channel;
checkcast io.netty.channel.sctp.SctpServerChannel
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
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 0: getstatic io.netty.channel.sctp.nio.NioSctpChannel.METADATA:Lio/netty/channel/ChannelMetadata;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
public com.sun.nio.sctp.Association association();
descriptor: ()Lcom/sun/nio/sctp/Association;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
invokevirtual com.sun.nio.sctp.SctpChannel.association:()Lcom/sun/nio/sctp/Association;
1: areturn
2: StackMap locals:
StackMap stack: java.io.IOException
pop
3: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
Exception table:
from to target type
0 1 2 Class java.io.IOException
public java.util.Set<java.net.InetSocketAddress> allLocalAddresses();
descriptor: ()Ljava/util/Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
invokevirtual com.sun.nio.sctp.SctpChannel.getAllLocalAddresses:()Ljava/util/Set;
astore 1
start local 1 1: new java.util.LinkedHashSet
dup
aload 1
invokeinterface java.util.Set.size:()I
invokespecial java.util.LinkedHashSet.<init>:(I)V
astore 2
start local 2 2: aload 1
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 4
goto 5
StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel java.util.Set java.util.Set top java.util.Iterator
StackMap stack:
3: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.net.SocketAddress
astore 3
start local 3 4: aload 2
aload 3
checkcast java.net.InetSocketAddress
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
end local 3 5: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: aload 2
7: areturn
end local 2 end local 1 8: StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel
StackMap stack: java.lang.Throwable
pop
9: invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
1 8 1 allLocalAddresses Ljava/util/Set<Ljava/net/SocketAddress;>;
2 8 2 addresses Ljava/util/Set<Ljava/net/InetSocketAddress;>;
4 5 3 socketAddress Ljava/net/SocketAddress;
Exception table:
from to target type
0 7 8 Class java.lang.Throwable
Signature: ()Ljava/util/Set<Ljava/net/InetSocketAddress;>;
public io.netty.channel.sctp.SctpChannelConfig config();
descriptor: ()Lio/netty/channel/sctp/SctpChannelConfig;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.channel.sctp.nio.NioSctpChannel.config:Lio/netty/channel/sctp/SctpChannelConfig;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
public java.util.Set<java.net.InetSocketAddress> allRemoteAddresses();
descriptor: ()Ljava/util/Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
invokevirtual com.sun.nio.sctp.SctpChannel.getRemoteAddresses:()Ljava/util/Set;
astore 1
start local 1 1: new java.util.HashSet
dup
aload 1
invokeinterface java.util.Set.size:()I
invokespecial java.util.HashSet.<init>:(I)V
astore 2
start local 2 2: aload 1
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 4
goto 5
StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel java.util.Set java.util.Set top java.util.Iterator
StackMap stack:
3: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.net.SocketAddress
astore 3
start local 3 4: aload 2
aload 3
checkcast java.net.InetSocketAddress
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
end local 3 5: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: aload 2
7: areturn
end local 2 end local 1 8: StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel
StackMap stack: java.lang.Throwable
pop
9: invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
1 8 1 allLocalAddresses Ljava/util/Set<Ljava/net/SocketAddress;>;
2 8 2 addresses Ljava/util/Set<Ljava/net/InetSocketAddress;>;
4 5 3 socketAddress Ljava/net/SocketAddress;
Exception table:
from to target type
0 7 8 Class java.lang.Throwable
Signature: ()Ljava/util/Set<Ljava/net/InetSocketAddress;>;
protected com.sun.nio.sctp.SctpChannel javaChannel();
descriptor: ()Lcom/sun/nio/sctp/SctpChannel;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.channel.nio.AbstractNioMessageChannel.javaChannel:()Ljava/nio/channels/SelectableChannel;
checkcast com.sun.nio.sctp.SctpChannel
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
public boolean isActive();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
astore 1
start local 1 1: aload 1
invokevirtual com.sun.nio.sctp.SctpChannel.isOpen:()Z
ifeq 2
aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.association:()Lcom/sun/nio/sctp/Association;
ifnull 2
iconst_1
ireturn
StackMap locals: com.sun.nio.sctp.SctpChannel
StackMap stack:
2: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
1 3 1 ch Lcom/sun/nio/sctp/SctpChannel;
protected java.net.SocketAddress localAddress0();
descriptor: ()Ljava/net/SocketAddress;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
invokevirtual com.sun.nio.sctp.SctpChannel.getAllLocalAddresses:()Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 1
start local 1 1: aload 1
invokeinterface java.util.Iterator.hasNext:()Z
ifeq 5
2: aload 1
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.net.SocketAddress
3: areturn
end local 1 4: StackMap locals:
StackMap stack: java.io.IOException
pop
5: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
1 4 1 i Ljava/util/Iterator<Ljava/net/SocketAddress;>;
Exception table:
from to target type
0 3 4 Class java.io.IOException
protected java.net.SocketAddress remoteAddress0();
descriptor: ()Ljava/net/SocketAddress;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
invokevirtual com.sun.nio.sctp.SctpChannel.getRemoteAddresses:()Ljava/util/Set;
invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
astore 1
start local 1 1: aload 1
invokeinterface java.util.Iterator.hasNext:()Z
ifeq 5
2: aload 1
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.net.SocketAddress
3: areturn
end local 1 4: StackMap locals:
StackMap stack: java.io.IOException
pop
5: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
1 4 1 i Ljava/util/Iterator<Ljava/net/SocketAddress;>;
Exception table:
from to target type
0 3 4 Class java.io.IOException
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
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
aload 1
invokevirtual com.sun.nio.sctp.SctpChannel.bind:(Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpChannel;
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 2 1 localAddress Ljava/net/SocketAddress;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
localAddress
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=7, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 2
1: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
aload 2
invokevirtual com.sun.nio.sctp.SctpChannel.bind:(Ljava/net/SocketAddress;)Lcom/sun/nio/sctp/SctpChannel;
pop
2: StackMap locals:
StackMap stack:
iconst_0
istore 3
start local 3 3: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
aload 1
invokevirtual com.sun.nio.sctp.SctpChannel.connect:(Ljava/net/SocketAddress;)Z
istore 4
start local 4 4: iload 4
ifne 6
5: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.selectionKey:()Ljava/nio/channels/SelectionKey;
bipush 8
invokevirtual java.nio.channels.SelectionKey.interestOps:(I)Ljava/nio/channels/SelectionKey;
pop
6: StackMap locals: int int
StackMap stack:
iconst_1
istore 3
7: iload 4
istore 6
8: iload 3
ifne 10
9: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.doClose:()V
10: StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel java.net.SocketAddress java.net.SocketAddress int int top int
StackMap stack:
iload 6
ireturn
end local 4 11: StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel java.net.SocketAddress java.net.SocketAddress int
StackMap stack: java.lang.Throwable
astore 5
12: iload 3
ifne 14
13: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.doClose:()V
14: StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel java.net.SocketAddress java.net.SocketAddress int top java.lang.Throwable
StackMap stack:
aload 5
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 15 1 remoteAddress Ljava/net/SocketAddress;
0 15 2 localAddress Ljava/net/SocketAddress;
3 15 3 success Z
4 11 4 connected Z
Exception table:
from to target type
3 8 11 any
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 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
invokevirtual com.sun.nio.sctp.SctpChannel.finishConnect:()Z
ifne 2
1: new java.lang.Error
dup
invokespecial java.lang.Error.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
Exceptions:
throws java.lang.Exception
protected void doDisconnect();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.doClose:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
Exceptions:
throws java.lang.Exception
protected void doClose();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
invokevirtual com.sun.nio.sctp.SctpChannel.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
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=7, locals=10, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
astore 2
start local 2 1: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.unsafe:()Lio/netty/channel/nio/AbstractNioChannel$NioUnsafe;
invokeinterface io.netty.channel.nio.AbstractNioChannel$NioUnsafe.recvBufAllocHandle:()Lio/netty/channel/RecvByteBufAllocator$Handle;
astore 3
start local 3 2: aload 3
aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.config:()Lio/netty/channel/sctp/SctpChannelConfig;
invokeinterface io.netty.channel.sctp.SctpChannelConfig.getAllocator:()Lio/netty/buffer/ByteBufAllocator;
invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.allocate:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/buffer/ByteBuf;
astore 4
start local 4 3: iconst_1
istore 5
start local 5 4: aload 4
aload 4
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
aload 4
invokevirtual io.netty.buffer.ByteBuf.writableBytes:()I
invokevirtual io.netty.buffer.ByteBuf.internalNioBuffer:(II)Ljava/nio/ByteBuffer;
astore 6
start local 6 5: aload 6
invokevirtual java.nio.ByteBuffer.position:()I
istore 7
start local 7 6: aload 2
aload 6
aconst_null
aload 0
getfield io.netty.channel.sctp.nio.NioSctpChannel.notificationHandler:Lcom/sun/nio/sctp/NotificationHandler;
invokevirtual com.sun.nio.sctp.SctpChannel.receive:(Ljava/nio/ByteBuffer;Ljava/lang/Object;Lcom/sun/nio/sctp/NotificationHandler;)Lcom/sun/nio/sctp/MessageInfo;
astore 8
start local 8 7: aload 8
ifnonnull 11
8: iload 5
ifeq 10
9: aload 4
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
10: StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel java.util.List com.sun.nio.sctp.SctpChannel io.netty.channel.RecvByteBufAllocator$Handle io.netty.buffer.ByteBuf int java.nio.ByteBuffer int com.sun.nio.sctp.MessageInfo
StackMap stack:
iconst_0
ireturn
11: StackMap locals:
StackMap stack:
aload 3
aload 6
invokevirtual java.nio.ByteBuffer.position:()I
iload 7
isub
invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.lastBytesRead:(I)V
12: aload 1
new io.netty.channel.sctp.SctpMessage
dup
aload 8
13: aload 4
aload 4
invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
aload 3
invokeinterface io.netty.channel.RecvByteBufAllocator$Handle.lastBytesRead:()I
iadd
invokevirtual io.netty.buffer.ByteBuf.writerIndex:(I)Lio/netty/buffer/ByteBuf;
invokespecial io.netty.channel.sctp.SctpMessage.<init>:(Lcom/sun/nio/sctp/MessageInfo;Lio/netty/buffer/ByteBuf;)V
14: invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
15: iconst_0
istore 5
16: iload 5
ifeq 18
17: aload 4
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
18: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 8 end local 7 end local 6 19: StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel java.util.List com.sun.nio.sctp.SctpChannel io.netty.channel.RecvByteBufAllocator$Handle io.netty.buffer.ByteBuf int
StackMap stack: java.lang.Throwable
astore 6
start local 6 20: aload 6
invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
21: iload 5
ifeq 23
22: aload 4
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
23: StackMap locals: java.lang.Throwable
StackMap stack:
iconst_m1
ireturn
end local 6 24: StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel java.util.List com.sun.nio.sctp.SctpChannel io.netty.channel.RecvByteBufAllocator$Handle io.netty.buffer.ByteBuf int
StackMap stack: java.lang.Throwable
astore 9
25: iload 5
ifeq 27
26: aload 4
invokevirtual io.netty.buffer.ByteBuf.release:()Z
pop
27: StackMap locals: io.netty.channel.sctp.nio.NioSctpChannel java.util.List com.sun.nio.sctp.SctpChannel io.netty.channel.RecvByteBufAllocator$Handle io.netty.buffer.ByteBuf int top top top java.lang.Throwable
StackMap stack:
aload 9
athrow
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 28 1 buf Ljava/util/List<Ljava/lang/Object;>;
1 28 2 ch Lcom/sun/nio/sctp/SctpChannel;
2 28 3 allocHandle Lio/netty/channel/RecvByteBufAllocator$Handle;
3 28 4 buffer Lio/netty/buffer/ByteBuf;
4 28 5 free Z
5 19 6 data Ljava/nio/ByteBuffer;
6 19 7 pos I
7 19 8 messageInfo Lcom/sun/nio/sctp/MessageInfo;
20 24 6 cause Ljava/lang/Throwable;
Exception table:
from to target type
4 8 19 Class java.lang.Throwable
11 16 19 Class java.lang.Throwable
4 8 24 any
11 16 24 any
19 21 24 any
Exceptions:
throws java.lang.Exception
Signature: (Ljava/util/List<Ljava/lang/Object;>;)I
MethodParameters:
Name Flags
buf
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=3, locals=11, args_size=3
start local 0 start local 1 start local 2 0: aload 1
checkcast io.netty.channel.sctp.SctpMessage
astore 3
start local 3 1: aload 3
invokevirtual io.netty.channel.sctp.SctpMessage.content:()Lio/netty/buffer/ByteBuf;
astore 4
start local 4 2: aload 4
invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
istore 5
start local 5 3: iload 5
ifne 5
4: iconst_1
ireturn
5: StackMap locals: io.netty.channel.sctp.SctpMessage io.netty.buffer.ByteBuf int
StackMap stack:
aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.alloc:()Lio/netty/buffer/ByteBufAllocator;
astore 6
start local 6 6: aload 4
invokevirtual io.netty.buffer.ByteBuf.nioBufferCount:()I
iconst_1
if_icmpeq 7
iconst_1
goto 8
StackMap locals: io.netty.buffer.ByteBufAllocator
StackMap stack:
7: iconst_0
StackMap locals:
StackMap stack: int
8: istore 7
start local 7 9: iload 7
ifne 12
10: aload 4
invokevirtual io.netty.buffer.ByteBuf.isDirect:()Z
ifne 12
aload 6
invokeinterface io.netty.buffer.ByteBufAllocator.isDirectBufferPooled:()Z
ifeq 12
11: iconst_1
istore 7
12: StackMap locals: int
StackMap stack:
iload 7
ifeq 14
13: aload 6
iload 5
invokeinterface io.netty.buffer.ByteBufAllocator.directBuffer:(I)Lio/netty/buffer/ByteBuf;
aload 4
invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
astore 4
14: StackMap locals:
StackMap stack:
aload 4
invokevirtual io.netty.buffer.ByteBuf.nioBuffer:()Ljava/nio/ByteBuffer;
astore 8
start local 8 15: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.association:()Lcom/sun/nio/sctp/Association;
aconst_null
aload 3
invokevirtual io.netty.channel.sctp.SctpMessage.streamIdentifier:()I
invokestatic com.sun.nio.sctp.MessageInfo.createOutgoing:(Lcom/sun/nio/sctp/Association;Ljava/net/SocketAddress;I)Lcom/sun/nio/sctp/MessageInfo;
astore 9
start local 9 16: aload 9
aload 3
invokevirtual io.netty.channel.sctp.SctpMessage.protocolIdentifier:()I
invokevirtual com.sun.nio.sctp.MessageInfo.payloadProtocolID:(I)Lcom/sun/nio/sctp/MessageInfo;
pop
17: aload 9
aload 3
invokevirtual io.netty.channel.sctp.SctpMessage.streamIdentifier:()I
invokevirtual com.sun.nio.sctp.MessageInfo.streamNumber:(I)Lcom/sun/nio/sctp/MessageInfo;
pop
18: aload 9
aload 3
invokevirtual io.netty.channel.sctp.SctpMessage.isUnordered:()Z
invokevirtual com.sun.nio.sctp.MessageInfo.unordered:(Z)Lcom/sun/nio/sctp/MessageInfo;
pop
19: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
aload 8
aload 9
invokevirtual com.sun.nio.sctp.SctpChannel.send:(Ljava/nio/ByteBuffer;Lcom/sun/nio/sctp/MessageInfo;)I
istore 10
start local 10 20: iload 10
ifle 21
iconst_1
ireturn
StackMap locals: java.nio.ByteBuffer com.sun.nio.sctp.MessageInfo int
StackMap stack:
21: iconst_0
ireturn
end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 22 1 msg Ljava/lang/Object;
0 22 2 in Lio/netty/channel/ChannelOutboundBuffer;
1 22 3 packet Lio/netty/channel/sctp/SctpMessage;
2 22 4 data Lio/netty/buffer/ByteBuf;
3 22 5 dataLen I
6 22 6 alloc Lio/netty/buffer/ByteBufAllocator;
9 22 7 needsCopy Z
15 22 8 nioData Ljava/nio/ByteBuffer;
16 22 9 mi Lcom/sun/nio/sctp/MessageInfo;
20 22 10 writtenBytes I
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=8, locals=4, args_size=2
start local 0 start local 1 0: aload 1
instanceof io.netty.channel.sctp.SctpMessage
ifeq 8
1: aload 1
checkcast io.netty.channel.sctp.SctpMessage
astore 2
start local 2 2: aload 2
invokevirtual io.netty.channel.sctp.SctpMessage.content:()Lio/netty/buffer/ByteBuf;
astore 3
start local 3 3: aload 3
invokevirtual io.netty.buffer.ByteBuf.isDirect:()Z
ifeq 5
aload 3
invokevirtual io.netty.buffer.ByteBuf.nioBufferCount:()I
iconst_1
if_icmpne 5
4: aload 2
areturn
5: StackMap locals: io.netty.channel.sctp.SctpMessage io.netty.buffer.ByteBuf
StackMap stack:
new io.netty.channel.sctp.SctpMessage
dup
aload 2
invokevirtual io.netty.channel.sctp.SctpMessage.protocolIdentifier:()I
aload 2
invokevirtual io.netty.channel.sctp.SctpMessage.streamIdentifier:()I
aload 2
invokevirtual io.netty.channel.sctp.SctpMessage.isUnordered:()Z
6: aload 0
aload 2
aload 3
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.newDirectBuffer:(Lio/netty/util/ReferenceCounted;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
7: invokespecial io.netty.channel.sctp.SctpMessage.<init>:(IIZLio/netty/buffer/ByteBuf;)V
areturn
end local 3 end local 2 8: StackMap locals:
StackMap stack:
new java.lang.UnsupportedOperationException
dup
9: new java.lang.StringBuilder
dup
ldc "unsupported message type: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
invokestatic io.netty.util.internal.StringUtil.simpleClassName:(Ljava/lang/Object;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
10: ldc " (expected: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc Lio/netty/channel/sctp/SctpMessage;
invokestatic io.netty.util.internal.StringUtil.simpleClassName:(Ljava/lang/Class;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
11: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
12: invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 13 1 msg Ljava/lang/Object;
2 8 2 m Lio/netty/channel/sctp/SctpMessage;
3 8 3 buf Lio/netty/buffer/ByteBuf;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
msg
public io.netty.channel.ChannelFuture bindAddress(java.net.InetAddress);
descriptor: (Ljava/net/InetAddress;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.newPromise:()Lio/netty/channel/ChannelPromise;
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.bindAddress:(Ljava/net/InetAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 1 1 localAddress Ljava/net/InetAddress;
MethodParameters:
Name Flags
localAddress
public io.netty.channel.ChannelFuture bindAddress(java.net.InetAddress, io.netty.channel.ChannelPromise);
descriptor: (Ljava/net/InetAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.eventLoop:()Lio/netty/channel/nio/NioEventLoop;
invokevirtual io.netty.channel.nio.NioEventLoop.inEventLoop:()Z
ifeq 7
1: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
aload 1
invokevirtual com.sun.nio.sctp.SctpChannel.bindAddress:(Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpChannel;
pop
2: aload 2
invokeinterface io.netty.channel.ChannelPromise.setSuccess:()Lio/netty/channel/ChannelPromise;
pop
3: goto 8
StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 3
start local 3 5: aload 2
aload 3
invokeinterface io.netty.channel.ChannelPromise.setFailure:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelPromise;
pop
end local 3 6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.eventLoop:()Lio/netty/channel/nio/NioEventLoop;
new io.netty.channel.sctp.nio.NioSctpChannel$1
dup
aload 0
aload 1
aload 2
invokespecial io.netty.channel.sctp.nio.NioSctpChannel$1.<init>:(Lio/netty/channel/sctp/nio/NioSctpChannel;Ljava/net/InetAddress;Lio/netty/channel/ChannelPromise;)V
invokevirtual io.netty.channel.nio.NioEventLoop.execute:(Ljava/lang/Runnable;)V
8: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 9 1 localAddress Ljava/net/InetAddress;
0 9 2 promise Lio/netty/channel/ChannelPromise;
5 6 3 t Ljava/lang/Throwable;
Exception table:
from to target type
1 3 4 Class java.lang.Throwable
MethodParameters:
Name Flags
localAddress final
promise final
public io.netty.channel.ChannelFuture unbindAddress(java.net.InetAddress);
descriptor: (Ljava/net/InetAddress;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.newPromise:()Lio/netty/channel/ChannelPromise;
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.unbindAddress:(Ljava/net/InetAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 1 1 localAddress Ljava/net/InetAddress;
MethodParameters:
Name Flags
localAddress
public io.netty.channel.ChannelFuture unbindAddress(java.net.InetAddress, io.netty.channel.ChannelPromise);
descriptor: (Ljava/net/InetAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.eventLoop:()Lio/netty/channel/nio/NioEventLoop;
invokevirtual io.netty.channel.nio.NioEventLoop.inEventLoop:()Z
ifeq 7
1: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
aload 1
invokevirtual com.sun.nio.sctp.SctpChannel.unbindAddress:(Ljava/net/InetAddress;)Lcom/sun/nio/sctp/SctpChannel;
pop
2: aload 2
invokeinterface io.netty.channel.ChannelPromise.setSuccess:()Lio/netty/channel/ChannelPromise;
pop
3: goto 8
StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 3
start local 3 5: aload 2
aload 3
invokeinterface io.netty.channel.ChannelPromise.setFailure:(Ljava/lang/Throwable;)Lio/netty/channel/ChannelPromise;
pop
end local 3 6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.eventLoop:()Lio/netty/channel/nio/NioEventLoop;
new io.netty.channel.sctp.nio.NioSctpChannel$2
dup
aload 0
aload 1
aload 2
invokespecial io.netty.channel.sctp.nio.NioSctpChannel$2.<init>:(Lio/netty/channel/sctp/nio/NioSctpChannel;Ljava/net/InetAddress;Lio/netty/channel/ChannelPromise;)V
invokevirtual io.netty.channel.nio.NioEventLoop.execute:(Ljava/lang/Runnable;)V
8: StackMap locals:
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/channel/sctp/nio/NioSctpChannel;
0 9 1 localAddress Ljava/net/InetAddress;
0 9 2 promise Lio/netty/channel/ChannelPromise;
5 6 3 t Ljava/lang/Throwable;
Exception table:
from to target type
1 3 4 Class java.lang.Throwable
MethodParameters:
Name Flags
localAddress final
promise final
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.sctp.nio.NioSctpChannel.config:()Lio/netty/channel/sctp/SctpChannelConfig;
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.sctp.nio.NioSctpChannel.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: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.javaChannel:()Lcom/sun/nio/sctp/SctpChannel;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.channel.Channel parent();
descriptor: ()Lio/netty/channel/Channel;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.parent:()Lio/netty/channel/sctp/SctpServerChannel;
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.sctp.nio.NioSctpChannel.remoteAddress:()Ljava/net/InetSocketAddress;
areturn
LocalVariableTable:
Start End Slot Name Signature
static void access$5(io.netty.channel.sctp.nio.NioSctpChannel);
descriptor: (Lio/netty/channel/sctp/nio/NioSctpChannel;)V
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.channel.sctp.nio.NioSctpChannel.clearReadPending:()V
return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "NioSctpChannel.java"
NestMembers:
io.netty.channel.sctp.nio.NioSctpChannel$1 io.netty.channel.sctp.nio.NioSctpChannel$2 io.netty.channel.sctp.nio.NioSctpChannel$NioSctpChannelConfig
InnerClasses:
public abstract Handle = io.netty.channel.RecvByteBufAllocator$Handle of io.netty.channel.RecvByteBufAllocator
public abstract NioUnsafe = io.netty.channel.nio.AbstractNioChannel$NioUnsafe of io.netty.channel.nio.AbstractNioChannel
io.netty.channel.sctp.nio.NioSctpChannel$1
io.netty.channel.sctp.nio.NioSctpChannel$2
private final NioSctpChannelConfig = io.netty.channel.sctp.nio.NioSctpChannel$NioSctpChannelConfig of io.netty.channel.sctp.nio.NioSctpChannel