public class com.sun.nio.sctp.AbstractNotificationHandler<T> implements com.sun.nio.sctp.NotificationHandler<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.nio.sctp.AbstractNotificationHandler
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/nio/sctp/AbstractNotificationHandler<TT;>;

  public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.Notification, T);
    descriptor: (Lcom/sun/nio/sctp/Notification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
        start local 1 // com.sun.nio.sctp.Notification notification
        start local 2 // java.lang.Object attachment
         0: .line 66
            getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 2 // java.lang.Object attachment
        end local 1 // com.sun.nio.sctp.Notification notification
        end local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/nio/sctp/AbstractNotificationHandler<TT;>;
            0    1     1  notification  Lcom/sun/nio/sctp/Notification;
            0    1     2    attachment  TT;
    Signature: (Lcom/sun/nio/sctp/Notification;TT;)Lcom/sun/nio/sctp/HandlerResult;
    MethodParameters:
              Name  Flags
      notification  
      attachment    

  public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.AssociationChangeNotification, T);
    descriptor: (Lcom/sun/nio/sctp/AssociationChangeNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
        start local 1 // com.sun.nio.sctp.AssociationChangeNotification notification
        start local 2 // java.lang.Object attachment
         0: .line 84
            getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 2 // java.lang.Object attachment
        end local 1 // com.sun.nio.sctp.AssociationChangeNotification notification
        end local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/nio/sctp/AbstractNotificationHandler<TT;>;
            0    1     1  notification  Lcom/sun/nio/sctp/AssociationChangeNotification;
            0    1     2    attachment  TT;
    Signature: (Lcom/sun/nio/sctp/AssociationChangeNotification;TT;)Lcom/sun/nio/sctp/HandlerResult;
    MethodParameters:
              Name  Flags
      notification  
      attachment    

  public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.PeerAddressChangeNotification, T);
    descriptor: (Lcom/sun/nio/sctp/PeerAddressChangeNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
        start local 1 // com.sun.nio.sctp.PeerAddressChangeNotification notification
        start local 2 // java.lang.Object attachment
         0: .line 102
            getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 2 // java.lang.Object attachment
        end local 1 // com.sun.nio.sctp.PeerAddressChangeNotification notification
        end local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/nio/sctp/AbstractNotificationHandler<TT;>;
            0    1     1  notification  Lcom/sun/nio/sctp/PeerAddressChangeNotification;
            0    1     2    attachment  TT;
    Signature: (Lcom/sun/nio/sctp/PeerAddressChangeNotification;TT;)Lcom/sun/nio/sctp/HandlerResult;
    MethodParameters:
              Name  Flags
      notification  
      attachment    

  public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.SendFailedNotification, T);
    descriptor: (Lcom/sun/nio/sctp/SendFailedNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
        start local 1 // com.sun.nio.sctp.SendFailedNotification notification
        start local 2 // java.lang.Object attachment
         0: .line 120
            getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 2 // java.lang.Object attachment
        end local 1 // com.sun.nio.sctp.SendFailedNotification notification
        end local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/nio/sctp/AbstractNotificationHandler<TT;>;
            0    1     1  notification  Lcom/sun/nio/sctp/SendFailedNotification;
            0    1     2    attachment  TT;
    Signature: (Lcom/sun/nio/sctp/SendFailedNotification;TT;)Lcom/sun/nio/sctp/HandlerResult;
    MethodParameters:
              Name  Flags
      notification  
      attachment    

  public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.ShutdownNotification, T);
    descriptor: (Lcom/sun/nio/sctp/ShutdownNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
        start local 1 // com.sun.nio.sctp.ShutdownNotification notification
        start local 2 // java.lang.Object attachment
         0: .line 138
            getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 2 // java.lang.Object attachment
        end local 1 // com.sun.nio.sctp.ShutdownNotification notification
        end local 0 // com.sun.nio.sctp.AbstractNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/nio/sctp/AbstractNotificationHandler<TT;>;
            0    1     1  notification  Lcom/sun/nio/sctp/ShutdownNotification;
            0    1     2    attachment  TT;
    Signature: (Lcom/sun/nio/sctp/ShutdownNotification;TT;)Lcom/sun/nio/sctp/HandlerResult;
    MethodParameters:
              Name  Flags
      notification  
      attachment    
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lcom/sun/nio/sctp/NotificationHandler<TT;>;
SourceFile: "AbstractNotificationHandler.java"