public final class io.netty.channel.sctp.SctpNotificationHandler extends com.sun.nio.sctp.AbstractNotificationHandler<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.sctp.SctpNotificationHandler
  super_class: com.sun.nio.sctp.AbstractNotificationHandler
{
  private final io.netty.channel.sctp.SctpChannel sctpChannel;
    descriptor: Lio/netty/channel/sctp/SctpChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.channel.sctp.SctpChannel);
    descriptor: (Lio/netty/channel/sctp/SctpChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.channel.sctp.SctpNotificationHandler this
        start local 1 // io.netty.channel.sctp.SctpChannel sctpChannel
         0: .line 37
            aload 0 /* this */
            invokespecial com.sun.nio.sctp.AbstractNotificationHandler.<init>:()V
         1: .line 38
            aload 1 /* sctpChannel */
            ifnonnull 3
         2: .line 39
            new java.lang.NullPointerException
            dup
            ldc "sctpChannel"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 41
      StackMap locals: io.netty.channel.sctp.SctpNotificationHandler io.netty.channel.sctp.SctpChannel
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sctpChannel */
            putfield io.netty.channel.sctp.SctpNotificationHandler.sctpChannel:Lio/netty/channel/sctp/SctpChannel;
         4: .line 42
            return
        end local 1 // io.netty.channel.sctp.SctpChannel sctpChannel
        end local 0 // io.netty.channel.sctp.SctpNotificationHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/netty/channel/sctp/SctpNotificationHandler;
            0    5     1  sctpChannel  Lio/netty/channel/sctp/SctpChannel;
    MethodParameters:
             Name  Flags
      sctpChannel  

  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=2, locals=3, args_size=3
        start local 0 // io.netty.channel.sctp.SctpNotificationHandler this
        start local 1 // com.sun.nio.sctp.AssociationChangeNotification notification
        start local 2 // java.lang.Object o
         0: .line 46
            aload 0 /* this */
            aload 1 /* notification */
            invokevirtual io.netty.channel.sctp.SctpNotificationHandler.fireEvent:(Lcom/sun/nio/sctp/Notification;)V
         1: .line 47
            getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 2 // java.lang.Object o
        end local 1 // com.sun.nio.sctp.AssociationChangeNotification notification
        end local 0 // io.netty.channel.sctp.SctpNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/netty/channel/sctp/SctpNotificationHandler;
            0    2     1  notification  Lcom/sun/nio/sctp/AssociationChangeNotification;
            0    2     2             o  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      notification  
      o             

  public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.PeerAddressChangeNotification, java.lang.Object);
    descriptor: (Lcom/sun/nio/sctp/PeerAddressChangeNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.sctp.SctpNotificationHandler this
        start local 1 // com.sun.nio.sctp.PeerAddressChangeNotification notification
        start local 2 // java.lang.Object o
         0: .line 52
            aload 0 /* this */
            aload 1 /* notification */
            invokevirtual io.netty.channel.sctp.SctpNotificationHandler.fireEvent:(Lcom/sun/nio/sctp/Notification;)V
         1: .line 53
            getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 2 // java.lang.Object o
        end local 1 // com.sun.nio.sctp.PeerAddressChangeNotification notification
        end local 0 // io.netty.channel.sctp.SctpNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/netty/channel/sctp/SctpNotificationHandler;
            0    2     1  notification  Lcom/sun/nio/sctp/PeerAddressChangeNotification;
            0    2     2             o  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      notification  
      o             

  public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.SendFailedNotification, java.lang.Object);
    descriptor: (Lcom/sun/nio/sctp/SendFailedNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.sctp.SctpNotificationHandler this
        start local 1 // com.sun.nio.sctp.SendFailedNotification notification
        start local 2 // java.lang.Object o
         0: .line 58
            aload 0 /* this */
            aload 1 /* notification */
            invokevirtual io.netty.channel.sctp.SctpNotificationHandler.fireEvent:(Lcom/sun/nio/sctp/Notification;)V
         1: .line 59
            getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 2 // java.lang.Object o
        end local 1 // com.sun.nio.sctp.SendFailedNotification notification
        end local 0 // io.netty.channel.sctp.SctpNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/netty/channel/sctp/SctpNotificationHandler;
            0    2     1  notification  Lcom/sun/nio/sctp/SendFailedNotification;
            0    2     2             o  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      notification  
      o             

  public com.sun.nio.sctp.HandlerResult handleNotification(com.sun.nio.sctp.ShutdownNotification, java.lang.Object);
    descriptor: (Lcom/sun/nio/sctp/ShutdownNotification;Ljava/lang/Object;)Lcom/sun/nio/sctp/HandlerResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.channel.sctp.SctpNotificationHandler this
        start local 1 // com.sun.nio.sctp.ShutdownNotification notification
        start local 2 // java.lang.Object o
         0: .line 64
            aload 0 /* this */
            aload 1 /* notification */
            invokevirtual io.netty.channel.sctp.SctpNotificationHandler.fireEvent:(Lcom/sun/nio/sctp/Notification;)V
         1: .line 65
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpNotificationHandler.sctpChannel:Lio/netty/channel/sctp/SctpChannel;
            invokeinterface io.netty.channel.sctp.SctpChannel.close:()Lio/netty/channel/ChannelFuture;
            pop
         2: .line 66
            getstatic com.sun.nio.sctp.HandlerResult.RETURN:Lcom/sun/nio/sctp/HandlerResult;
            areturn
        end local 2 // java.lang.Object o
        end local 1 // com.sun.nio.sctp.ShutdownNotification notification
        end local 0 // io.netty.channel.sctp.SctpNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lio/netty/channel/sctp/SctpNotificationHandler;
            0    3     1  notification  Lcom/sun/nio/sctp/ShutdownNotification;
            0    3     2             o  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      notification  
      o             

  private void fireEvent(com.sun.nio.sctp.Notification);
    descriptor: (Lcom/sun/nio/sctp/Notification;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.sctp.SctpNotificationHandler this
        start local 1 // com.sun.nio.sctp.Notification notification
         0: .line 70
            aload 0 /* this */
            getfield io.netty.channel.sctp.SctpNotificationHandler.sctpChannel:Lio/netty/channel/sctp/SctpChannel;
            invokeinterface io.netty.channel.sctp.SctpChannel.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 1 /* notification */
            invokeinterface io.netty.channel.ChannelPipeline.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelPipeline;
            pop
         1: .line 71
            return
        end local 1 // com.sun.nio.sctp.Notification notification
        end local 0 // io.netty.channel.sctp.SctpNotificationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/netty/channel/sctp/SctpNotificationHandler;
            0    2     1  notification  Lcom/sun/nio/sctp/Notification;
    MethodParameters:
              Name  Flags
      notification  
}
Signature: Lcom/sun/nio/sctp/AbstractNotificationHandler<Ljava/lang/Object;>;
SourceFile: "SctpNotificationHandler.java"