class io.netty.channel.sctp.oio.OioSctpServerChannel$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.netty.channel.sctp.oio.OioSctpServerChannel$1
  super_class: java.lang.Object
{
  final io.netty.channel.sctp.oio.OioSctpServerChannel this$0;
    descriptor: Lio/netty/channel/sctp/oio/OioSctpServerChannel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.net.InetAddress val$localAddress;
    descriptor: Ljava/net/InetAddress;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.channel.ChannelPromise val$promise;
    descriptor: Lio/netty/channel/ChannelPromise;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.netty.channel.sctp.oio.OioSctpServerChannel, java.net.InetAddress, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/sctp/oio/OioSctpServerChannel;Ljava/net/InetAddress;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.netty.channel.sctp.oio.OioSctpServerChannel$1 this
         0: .line 237
            aload 0 /* this */
            aload 1
            putfield io.netty.channel.sctp.oio.OioSctpServerChannel$1.this$0:Lio/netty/channel/sctp/oio/OioSctpServerChannel;
            aload 0 /* this */
            aload 2
            putfield io.netty.channel.sctp.oio.OioSctpServerChannel$1.val$localAddress:Ljava/net/InetAddress;
            aload 0 /* this */
            aload 3
            putfield io.netty.channel.sctp.oio.OioSctpServerChannel$1.val$promise:Lio/netty/channel/ChannelPromise;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.netty.channel.sctp.oio.OioSctpServerChannel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/channel/sctp/oio/OioSctpServerChannel$1;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$localAddress  final
      val$promise       final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.channel.sctp.oio.OioSctpServerChannel$1 this
         0: .line 240
            aload 0 /* this */
            getfield io.netty.channel.sctp.oio.OioSctpServerChannel$1.this$0:Lio/netty/channel/sctp/oio/OioSctpServerChannel;
            aload 0 /* this */
            getfield io.netty.channel.sctp.oio.OioSctpServerChannel$1.val$localAddress:Ljava/net/InetAddress;
            aload 0 /* this */
            getfield io.netty.channel.sctp.oio.OioSctpServerChannel$1.val$promise:Lio/netty/channel/ChannelPromise;
            invokevirtual io.netty.channel.sctp.oio.OioSctpServerChannel.bindAddress:(Ljava/net/InetAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         1: .line 241
            return
        end local 0 // io.netty.channel.sctp.oio.OioSctpServerChannel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/sctp/oio/OioSctpServerChannel$1;
}
SourceFile: "OioSctpServerChannel.java"
EnclosingMethod: io.netty.channel.sctp.oio.OioSctpServerChannel.bindAddress:(Ljava/net/InetAddress;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
NestHost: io.netty.channel.sctp.oio.OioSctpServerChannel
InnerClasses:
  io.netty.channel.sctp.oio.OioSctpServerChannel$1