final class io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig extends io.netty.channel.sctp.DefaultSctpServerChannelConfig
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig
super_class: io.netty.channel.sctp.DefaultSctpServerChannelConfig
{
final io.netty.channel.sctp.nio.NioSctpServerChannel this$0;
descriptor: Lio/netty/channel/sctp/nio/NioSctpServerChannel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(io.netty.channel.sctp.nio.NioSctpServerChannel, io.netty.channel.sctp.nio.NioSctpServerChannel, com.sun.nio.sctp.SctpServerChannel);
descriptor: (Lio/netty/channel/sctp/nio/NioSctpServerChannel;Lio/netty/channel/sctp/nio/NioSctpServerChannel;Lcom/sun/nio/sctp/SctpServerChannel;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 // io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig this
start local 2 // io.netty.channel.sctp.nio.NioSctpServerChannel channel
start local 3 // com.sun.nio.sctp.SctpServerChannel javaChannel
0: .line 230
aload 0 /* this */
aload 1
putfield io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig.this$0:Lio/netty/channel/sctp/nio/NioSctpServerChannel;
1: .line 231
aload 0 /* this */
aload 2 /* channel */
aload 3 /* javaChannel */
invokespecial io.netty.channel.sctp.DefaultSctpServerChannelConfig.<init>:(Lio/netty/channel/sctp/SctpServerChannel;Lcom/sun/nio/sctp/SctpServerChannel;)V
2: .line 232
return
end local 3 // com.sun.nio.sctp.SctpServerChannel javaChannel
end local 2 // io.netty.channel.sctp.nio.NioSctpServerChannel channel
end local 0 // io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/channel/sctp/nio/NioSctpServerChannel$NioSctpServerChannelConfig;
0 3 2 channel Lio/netty/channel/sctp/nio/NioSctpServerChannel;
0 3 3 javaChannel Lcom/sun/nio/sctp/SctpServerChannel;
MethodParameters:
Name Flags
this$0 final
channel
javaChannel
protected void autoReadCleared();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 // io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig this
0: .line 236
aload 0 /* this */
getfield io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig.this$0:Lio/netty/channel/sctp/nio/NioSctpServerChannel;
invokestatic io.netty.channel.sctp.nio.NioSctpServerChannel.access$4:(Lio/netty/channel/sctp/nio/NioSctpServerChannel;)V
1: .line 237
return
end local 0 // io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/sctp/nio/NioSctpServerChannel$NioSctpServerChannelConfig;
}
SourceFile: "NioSctpServerChannel.java"
NestHost: io.netty.channel.sctp.nio.NioSctpServerChannel
InnerClasses:
private final NioSctpServerChannelConfig = io.netty.channel.sctp.nio.NioSctpServerChannel$NioSctpServerChannelConfig of io.netty.channel.sctp.nio.NioSctpServerChannel