public final class com.microsoft.azure.management.network.ApplicationGatewaySslProtocol extends com.microsoft.rest.ExpandableStringEnum<com.microsoft.azure.management.network.ApplicationGatewaySslProtocol>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.microsoft.azure.management.network.ApplicationGatewaySslProtocol
super_class: com.microsoft.rest.ExpandableStringEnum
{
public static final com.microsoft.azure.management.network.ApplicationGatewaySslProtocol TLSV1_0;
descriptor: Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.microsoft.azure.management.network.ApplicationGatewaySslProtocol TLSV1_1;
descriptor: Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.microsoft.azure.management.network.ApplicationGatewaySslProtocol TLSV1_2;
descriptor: Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc "TLSv1_0"
invokestatic com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
putstatic com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.TLSV1_0:Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
1: ldc "TLSv1_1"
invokestatic com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
putstatic com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.TLSV1_1:Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
2: ldc "TLSv1_2"
invokestatic com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
putstatic com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.TLSV1_2:Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.microsoft.rest.ExpandableStringEnum.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
public static com.microsoft.azure.management.network.ApplicationGatewaySslProtocol fromString(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
invokestatic com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.fromString:(Ljava/lang/String;Ljava/lang/Class;)Lcom/microsoft/rest/ExpandableStringEnum;
checkcast com.microsoft.azure.management.network.ApplicationGatewaySslProtocol
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 name Ljava/lang/String;
RuntimeVisibleAnnotations:
com.fasterxml.jackson.annotation.JsonCreator()
MethodParameters:
Name Flags
name
public static java.util.Collection<com.microsoft.azure.management.network.ApplicationGatewaySslProtocol> values();
descriptor: ()Ljava/util/Collection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;
invokestatic com.microsoft.azure.management.network.ApplicationGatewaySslProtocol.values:(Ljava/lang/Class;)Ljava/util/Collection;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Ljava/util/Collection<Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;>;
}
Signature: Lcom/microsoft/rest/ExpandableStringEnum<Lcom/microsoft/azure/management/network/ApplicationGatewaySslProtocol;>;
SourceFile: "ApplicationGatewaySslProtocol.java"