public final class io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism extends java.lang.Enum<io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism
super_class: java.lang.Enum
{
public static final io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism BIT7;
descriptor: Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism BIT8;
descriptor: Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism BINARY;
descriptor: Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private final java.lang.String value;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private static final io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism[] ENUM$VALUES;
descriptor: [Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: new io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism
dup
ldc "BIT7"
iconst_0
1: ldc "7bit"
invokespecial io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.BIT7:Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
2: new io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism
dup
ldc "BIT8"
iconst_1
3: ldc "8bit"
invokespecial io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.BIT8:Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
4: new io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism
dup
ldc "BINARY"
iconst_2
5: ldc "binary"
invokespecial io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.<init>:(Ljava/lang/String;ILjava/lang/String;)V
putstatic io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.BINARY:Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
6: iconst_3
anewarray io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism
dup
iconst_0
getstatic io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.BIT7:Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
aastore
dup
iconst_1
getstatic io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.BIT8:Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
aastore
dup
iconst_2
getstatic io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.BINARY:Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
aastore
putstatic io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.ENUM$VALUES:[Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int, java.lang.String);
descriptor: (Ljava/lang/String;ILjava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
aload 3
putfield io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.value:Ljava/lang/String;
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
0 3 3 value Ljava/lang/String;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
value
public java.lang.String value();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.value:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.value:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
public static io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism[] values();
descriptor: ()[Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism.ENUM$VALUES:[Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism
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 io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lio/netty/handler/codec/http/multipart/HttpPostBodyUtil$TransferEncodingMechanism;>;
SourceFile: "HttpPostBodyUtil.java"
NestHost: io.netty.handler.codec.http.multipart.HttpPostBodyUtil
InnerClasses:
public final TransferEncodingMechanism = io.netty.handler.codec.http.multipart.HttpPostBodyUtil$TransferEncodingMechanism of io.netty.handler.codec.http.multipart.HttpPostBodyUtil