public final class okhttp3.ConnectionSpec
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: okhttp3.ConnectionSpec
  super_class: java.lang.Object
{
  private static final okhttp3.CipherSuite[] RESTRICTED_CIPHER_SUITES;
    descriptor: [Lokhttp3/CipherSuite;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final okhttp3.CipherSuite[] APPROVED_CIPHER_SUITES;
    descriptor: [Lokhttp3/CipherSuite;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final okhttp3.ConnectionSpec RESTRICTED_TLS;
    descriptor: Lokhttp3/ConnectionSpec;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final okhttp3.ConnectionSpec MODERN_TLS;
    descriptor: Lokhttp3/ConnectionSpec;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final okhttp3.ConnectionSpec COMPATIBLE_TLS;
    descriptor: Lokhttp3/ConnectionSpec;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final okhttp3.ConnectionSpec CLEARTEXT;
    descriptor: Lokhttp3/ConnectionSpec;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  final boolean tls;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean supportsTlsExtensions;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final java.lang.String[] cipherSuites;
    descriptor: [Ljava/lang/String;
    flags: (0x0010) ACC_FINAL
    RuntimeInvisibleAnnotations: 
      Nullable()

  final java.lang.String[] tlsVersions;
    descriptor: [Ljava/lang/String;
    flags: (0x0010) ACC_FINAL
    RuntimeInvisibleAnnotations: 
      Nullable()

  void <init>(okhttp3.ConnectionSpec$Builder);
    descriptor: (Lokhttp3/ConnectionSpec$Builder;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.annotation.Nullable cannot be resolved\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;
    MethodParameters:
         Name  Flags
      builder  

  public boolean isTls();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;

  public java.util.List<okhttp3.CipherSuite> cipherSuites();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 134
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;
    Signature: ()Ljava/util/List<Lokhttp3/CipherSuite;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public java.util.List<okhttp3.TlsVersion> tlsVersions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;
    Signature: ()Ljava/util/List<Lokhttp3/TlsVersion;>;
    RuntimeInvisibleAnnotations: 
      Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nullable()

  public boolean supportsTlsExtensions();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 146
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;

  void apply(javax.net.ssl.SSLSocket, boolean);
    descriptor: (Ljavax/net/ssl/SSLSocket;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;
    MethodParameters:
            Name  Flags
      sslSocket   
      isFallback  

  private okhttp3.ConnectionSpec supportedSpec(javax.net.ssl.SSLSocket, boolean);
    descriptor: (Ljavax/net/ssl/SSLSocket;Z)Lokhttp3/ConnectionSpec;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 166
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;
    MethodParameters:
            Name  Flags
      sslSocket   
      isFallback  

  public boolean isCompatible(javax.net.ssl.SSLSocket);
    descriptor: (Ljavax/net/ssl/SSLSocket;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 201
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;
    MethodParameters:
        Name  Flags
      socket  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 219
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Nullable()
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ConnectionSpec this
         0: .line 245
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ConnectionSpec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec;
}
SourceFile: "ConnectionSpec.java"
NestMembers:
  okhttp3.ConnectionSpec$Builder
InnerClasses:
  public final Builder = okhttp3.ConnectionSpec$Builder of okhttp3.ConnectionSpec