public final class org.eclipse.jetty.server.HttpChannelState$Action extends java.lang.Enum<org.eclipse.jetty.server.HttpChannelState$Action>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: org.eclipse.jetty.server.HttpChannelState$Action
super_class: java.lang.Enum
{
public static final org.eclipse.jetty.server.HttpChannelState$Action NOOP;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action DISPATCH;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action ASYNC_DISPATCH;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action ERROR_DISPATCH;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action ASYNC_ERROR;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action WRITE_CALLBACK;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action READ_PRODUCE;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action READ_CALLBACK;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action COMPLETE;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action TERMINATED;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.eclipse.jetty.server.HttpChannelState$Action WAIT;
descriptor: Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final org.eclipse.jetty.server.HttpChannelState$Action[] ENUM$VALUES;
descriptor: [Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "NOOP"
iconst_0
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.NOOP:Lorg/eclipse/jetty/server/HttpChannelState$Action;
1: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "DISPATCH"
iconst_1
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.DISPATCH:Lorg/eclipse/jetty/server/HttpChannelState$Action;
2: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "ASYNC_DISPATCH"
iconst_2
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.ASYNC_DISPATCH:Lorg/eclipse/jetty/server/HttpChannelState$Action;
3: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "ERROR_DISPATCH"
iconst_3
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.ERROR_DISPATCH:Lorg/eclipse/jetty/server/HttpChannelState$Action;
4: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "ASYNC_ERROR"
iconst_4
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.ASYNC_ERROR:Lorg/eclipse/jetty/server/HttpChannelState$Action;
5: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "WRITE_CALLBACK"
iconst_5
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.WRITE_CALLBACK:Lorg/eclipse/jetty/server/HttpChannelState$Action;
6: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "READ_PRODUCE"
bipush 6
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.READ_PRODUCE:Lorg/eclipse/jetty/server/HttpChannelState$Action;
7: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "READ_CALLBACK"
bipush 7
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.READ_CALLBACK:Lorg/eclipse/jetty/server/HttpChannelState$Action;
8: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "COMPLETE"
bipush 8
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.COMPLETE:Lorg/eclipse/jetty/server/HttpChannelState$Action;
9: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "TERMINATED"
bipush 9
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.TERMINATED:Lorg/eclipse/jetty/server/HttpChannelState$Action;
10: new org.eclipse.jetty.server.HttpChannelState$Action
dup
ldc "WAIT"
bipush 10
invokespecial org.eclipse.jetty.server.HttpChannelState$Action.<init>:(Ljava/lang/String;I)V
putstatic org.eclipse.jetty.server.HttpChannelState$Action.WAIT:Lorg/eclipse/jetty/server/HttpChannelState$Action;
11: bipush 11
anewarray org.eclipse.jetty.server.HttpChannelState$Action
dup
iconst_0
getstatic org.eclipse.jetty.server.HttpChannelState$Action.NOOP:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
iconst_1
getstatic org.eclipse.jetty.server.HttpChannelState$Action.DISPATCH:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
iconst_2
getstatic org.eclipse.jetty.server.HttpChannelState$Action.ASYNC_DISPATCH:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
iconst_3
getstatic org.eclipse.jetty.server.HttpChannelState$Action.ERROR_DISPATCH:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
iconst_4
getstatic org.eclipse.jetty.server.HttpChannelState$Action.ASYNC_ERROR:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
iconst_5
getstatic org.eclipse.jetty.server.HttpChannelState$Action.WRITE_CALLBACK:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
bipush 6
getstatic org.eclipse.jetty.server.HttpChannelState$Action.READ_PRODUCE:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
bipush 7
getstatic org.eclipse.jetty.server.HttpChannelState$Action.READ_CALLBACK:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
bipush 8
getstatic org.eclipse.jetty.server.HttpChannelState$Action.COMPLETE:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
bipush 9
getstatic org.eclipse.jetty.server.HttpChannelState$Action.TERMINATED:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
dup
bipush 10
getstatic org.eclipse.jetty.server.HttpChannelState$Action.WAIT:Lorg/eclipse/jetty/server/HttpChannelState$Action;
aastore
putstatic org.eclipse.jetty.server.HttpChannelState$Action.ENUM$VALUES:[Lorg/eclipse/jetty/server/HttpChannelState$Action;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/HttpChannelState$Action;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static org.eclipse.jetty.server.HttpChannelState$Action[] values();
descriptor: ()[Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic org.eclipse.jetty.server.HttpChannelState$Action.ENUM$VALUES:[Lorg/eclipse/jetty/server/HttpChannelState$Action;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray org.eclipse.jetty.server.HttpChannelState$Action
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.jetty.server.HttpChannelState$Action valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/eclipse/jetty/server/HttpChannelState$Action;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lorg/eclipse/jetty/server/HttpChannelState$Action;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast org.eclipse.jetty.server.HttpChannelState$Action
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lorg/eclipse/jetty/server/HttpChannelState$Action;>;
SourceFile: "HttpChannelState.java"
NestHost: org.eclipse.jetty.server.HttpChannelState
InnerClasses:
public final Action = org.eclipse.jetty.server.HttpChannelState$Action of org.eclipse.jetty.server.HttpChannelState