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 0: aload 0
aload 1
putfield sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpMultiChannelImpl;
aload 0
invokespecial com.sun.nio.sctp.AbstractNotificationHandler.<init>:()V
return
end local 0 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 start local 1 start local 2 0: aload 1
checkcast sun.nio.ch.sctp.AssociationChange
astore 3
start local 3 1: invokestatic sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.$SWITCH_TABLE$com$sun$nio$sctp$AssociationChangeNotification$AssocChangeEvent:()[I
aload 1
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: StackMap locals: sun.nio.ch.sctp.AssociationChange
StackMap stack:
new sun.nio.ch.sctp.AssociationImpl
dup
3: aload 3
invokevirtual sun.nio.ch.sctp.AssociationChange.assocId:()I
aload 3
invokevirtual sun.nio.ch.sctp.AssociationChange.maxInStreams:()I
aload 3
invokevirtual sun.nio.ch.sctp.AssociationChange.maxOutStreams:()I
4: invokespecial sun.nio.ch.sctp.AssociationImpl.<init>:(III)V
astore 4
start local 4 5: aload 0
getfield sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpMultiChannelImpl;
aload 4
invokevirtual sun.nio.ch.sctp.SctpMultiChannelImpl.addAssociation:(Lcom/sun/nio/sctp/Association;)V
6: goto 8
end local 4 7: StackMap locals:
StackMap stack:
aload 0
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
getfield sun.nio.ch.sctp.SctpMultiChannelImpl$InternalNotificationHandler.this$0:Lsun/nio/ch/sctp/SctpMultiChannelImpl;
aload 3
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: StackMap locals:
StackMap stack:
getstatic com.sun.nio.sctp.HandlerResult.CONTINUE:Lcom/sun/nio/sctp/HandlerResult;
areturn
end local 3 end local 2 end local 1 end local 0 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: 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