class sun.nio.ch.sctp.SctpChannelImpl$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.SctpChannelImpl$InternalNotificationHandler
super_class: com.sun.nio.sctp.AbstractNotificationHandler
{
final sun.nio.ch.sctp.SctpChannelImpl this$0;
descriptor: Lsun/nio/ch/sctp/SctpChannelImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(sun.nio.ch.sctp.SctpChannelImpl);
descriptor: (Lsun/nio/ch/sctp/SctpChannelImpl;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.nio.ch.sctp.SctpChannelImpl$InternalNotificationHandler this
0: .line 853
aload 0 /* this */
aload 1
putfield sun.nio.ch.sctp.SctpChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpChannelImpl;
aload 0 /* this */
invokespecial com.sun.nio.sctp.AbstractNotificationHandler.<init>:()V
return
end local 0 // sun.nio.ch.sctp.SctpChannelImpl$InternalNotificationHandler this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/nio/ch/sctp/SctpChannelImpl$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=6, locals=4, args_size=3
start local 0 // sun.nio.ch.sctp.SctpChannelImpl$InternalNotificationHandler this
start local 1 // com.sun.nio.sctp.AssociationChangeNotification not
start local 2 // java.lang.Object unused
0: .line 859
aload 1 /* not */
invokevirtual com.sun.nio.sctp.AssociationChangeNotification.event:()Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
1: .line 860
getstatic com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.COMM_UP:Lcom/sun/nio/sctp/AssociationChangeNotification$AssocChangeEvent;
2: .line 859
invokevirtual com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent.equals:(Ljava/lang/Object;)Z
3: .line 860
ifeq 9
4: .line 861
aload 0 /* this */
getfield sun.nio.ch.sctp.SctpChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpChannelImpl;
getfield sun.nio.ch.sctp.SctpChannelImpl.association:Lcom/sun/nio/sctp/Association;
ifnonnull 9
5: .line 862
aload 1 /* not */
checkcast sun.nio.ch.sctp.AssociationChange
astore 3 /* sac */
start local 3 // sun.nio.ch.sctp.AssociationChange sac
6: .line 863
aload 0 /* this */
getfield sun.nio.ch.sctp.SctpChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpChannelImpl;
new sun.nio.ch.sctp.AssociationImpl
dup
7: .line 864
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
invokespecial sun.nio.ch.sctp.AssociationImpl.<init>:(III)V
8: .line 863
putfield sun.nio.ch.sctp.SctpChannelImpl.association:Lcom/sun/nio/sctp/Association;
end local 3 // sun.nio.ch.sctp.AssociationChange sac
9: .line 866
StackMap locals:
StackMap stack:
getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
areturn
end local 2 // java.lang.Object unused
end local 1 // com.sun.nio.sctp.AssociationChangeNotification not
end local 0 // sun.nio.ch.sctp.SctpChannelImpl$InternalNotificationHandler this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/nio/ch/sctp/SctpChannelImpl$InternalNotificationHandler;
0 10 1 not Lcom/sun/nio/sctp/AssociationChangeNotification;
0 10 2 unused Ljava/lang/Object;
6 9 3 sac Lsun/nio/ch/sctp/AssociationChange;
MethodParameters:
Name Flags
not
unused
}
Signature: Lcom/sun/nio/sctp/AbstractNotificationHandler<Ljava/lang/Object;>;
SourceFile: "SctpChannelImpl.java"
NestHost: sun.nio.ch.sctp.SctpChannelImpl
InnerClasses:
public final AssocChangeEvent = com.sun.nio.sctp.AssociationChangeNotification$AssocChangeEvent of com.sun.nio.sctp.AssociationChangeNotification
private InternalNotificationHandler = sun.nio.ch.sctp.SctpChannelImpl$InternalNotificationHandler of sun.nio.ch.sctp.SctpChannelImpl