interface sun.nio.ch.sctp.SctpNotification extends com.sun.nio.sctp.Notification
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.nio.ch.sctp.SctpNotification
  super_class: java.lang.Object
{
  public abstract int assocId();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setAssociation(com.sun.nio.sctp.Association);
    descriptor: (Lcom/sun/nio/sctp/Association;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      association  
}
SourceFile: "SctpNotification.java"