class sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler extends com.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler
  super_class: com.sun.nio.sctp.AbstractNotificationHandler
{
  final sun.nio.ch.sctp.SctpMultiChannelImpl this$0;
    descriptor: Lsun/nio/ch/sctp/SctpMultiChannelImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$nio$sctp$AssociationChangeNotification$AssocChangeEvent;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private void <init>(sun.nio.ch.sctp.SctpMultiChannelImpl);
    descriptor: (Lsun/nio/ch/sctp/SctpMultiChannelImpl;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler this
         0: .line 596
            aload 0 /* this */
            aload 1
            putfield sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpMultiChannelImpl;
            aload 0 /* this */
            invokespecial com.sun.nio.sctp.AbstractNotificationHandler.<init>:()V
            return
        end local 0 // sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/ch/sctp/SctpMultiChannelImpl$InternalNotificationHandler;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.AssociationChangeNotification, java.lang.Object);
    descriptor: (Lcom/sun/nio/sctp/AssociationChangeNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler this
        start local 1 // com.sun.nio.sctp.AssociationChangeNotification not
        start local 2 // java.lang.Object unused
         0: .line 602
            aload 1 /* not */
            checkcast sun.nio.ch.sctp.AssociationChange
            astore 3 /* sac */
        start local 3 // sun.nio.ch.sctp.AssociationChange sac
         1: .line 605
            invokestatic sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.$SWITCH_TABLE$com$sun$nio$sctp$AssociationChangeNotification$AssocChangeEvent:()[I
            aload 1 /* not */
            invokevirtual com.sun.nio.sctp.AssociationChangeNotification.event:()Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
            invokevirtual com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.ordinal:()I
            iaload
            tableswitch { // 1 - 4
                    1: 2
                    2: 7
                    3: 8
                    4: 7
              default: 8
          }
         2: .line 607
      StackMap locals: sun.nio.ch.sctp.AssociationChange
      StackMap stack:
            new sun.nio.ch.sctp.AssociationImpl
            dup
         3: .line 608
            aload 3 /* sac */
            invokevirtual sun.nio.ch.sctp.AssociationChange.assocId:()I
            aload 3 /* sac */
            invokevirtual sun.nio.ch.sctp.AssociationChange.maxInStreams:()I
            aload 3 /* sac */
            invokevirtual sun.nio.ch.sctp.AssociationChange.maxOutStreams:()I
         4: .line 607
            invokespecial sun.nio.ch.sctp.AssociationImpl.<init>:(III)V
            astore 4 /* newAssociation */
        start local 4 // com.sun.nio.sctp.Association newAssociation
         5: .line 609
            aload 0 /* this */
            getfield sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpMultiChannelImpl;
            aload 4 /* newAssociation */
            invokevirtual sun.nio.ch.sctp.SctpMultiChannelImpl.addAssociation:(Lcom/sun/nio/sctp/Association;)V
         6: .line 610
            goto 8
        end local 4 // com.sun.nio.sctp.Association newAssociation
         7: .line 615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpMultiChannelImpl;
            getfield sun.nio.ch.sctp.SctpMultiChannelImpl.associationToRemove:Ljava/lang/ThreadLocal;
            aload 0 /* this */
            getfield sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpMultiChannelImpl;
            aload 3 /* sac */
            invokevirtual sun.nio.ch.sctp.AssociationChange.assocId:()I
            invokevirtual sun.nio.ch.sctp.SctpMultiChannelImpl.lookupAssociation:(I)Lcom/sun/nio/sctp/Association;
            invokevirtual java.lang.ThreadLocal.set:(Ljava/lang/Object;)V
         8: .line 617
      StackMap locals:
      StackMap stack:
            getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 3 // sun.nio.ch.sctp.AssociationChange sac
        end local 2 // java.lang.Object unused
        end local 1 // com.sun.nio.sctp.AssociationChangeNotification not
        end local 0 // sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lsun/nio/ch/sctp/SctpMultiChannelImpl$InternalNotificationHandler;
            0    9     1             not  Lcom/sun/nio/sctp/AssociationChangeNotification;
            0    9     2          unused  Ljava/lang/Object;
            1    9     3             sac  Lsun/nio/ch/sctp/AssociationChange;
            5    7     4  newAssociation  Lcom/sun/nio/sctp/Association;
    MethodParameters:
        Name  Flags
      not     
      unused  

  static int[] $SWITCH_TABLE$com$sun$nio$sctp$AssociationChangeNotification$AssocChangeEvent();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 596
            getstatic sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.$SWITCH_TABLE$com$sun$nio$sctp$AssociationChangeNotification$AssocChangeEvent:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.values:()[Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.CANT_START:Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
            invokevirtual com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.ordinal:()I
            iconst_5
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.COMM_LOST:Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
            invokevirtual com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.COMM_UP:Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
            invokevirtual com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.RESTART:Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
            invokevirtual com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.ordinal:()I
            iconst_3
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.SHUTDOWN:Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
            invokevirtual com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.ordinal:()I
            iconst_4
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.$SWITCH_TABLE$com$sun$nio$sctp$AssociationChangeNotification$AssocChangeEvent:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
}
Signature: Lcom/sun/nio/sctp/AbstractNotificationHandler<Ljava/lang/Object;>;
SourceFile: "SctpMultiChannelImpl.java"
NestHost: sun.nio.ch.sctp.SctpMultiChannelImpl
InnerClasses:
  public final AssocChangeEvent = com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent of com.sun.nio.sctp.AssociationChangeNotification
  private InternalNotificationHandler = sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler of sun.nio.ch.sctp.SctpMultiChannelImpl