public final class okhttp3.ConnectionSpec$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: okhttp3.ConnectionSpec$Builder
  super_class: java.lang.Object
{
  boolean tls;
    descriptor: Z
    flags: (0x0000) 

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

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

  boolean supportsTlsExtensions;
    descriptor: Z
    flags: (0x0000) 

  void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec$Builder 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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;
    MethodParameters:
      Name  Flags
      tls   

  public void <init>(okhttp3.ConnectionSpec);
    descriptor: (Lokhttp3/ConnectionSpec;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec$Builder 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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;
    MethodParameters:
                Name  Flags
      connectionSpec  

  public okhttp3.ConnectionSpec$Builder allEnabledCipherSuites();
    descriptor: ()Lokhttp3/ConnectionSpec$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ConnectionSpec$Builder this
         0: .line 276
            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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;

  public okhttp3.ConnectionSpec$Builder cipherSuites(okhttp3.CipherSuite[]);
    descriptor: ([Lokhttp3/CipherSuite;)Lokhttp3/ConnectionSpec$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec$Builder this
         0: .line 282
            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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;
    MethodParameters:
              Name  Flags
      cipherSuites  

  public okhttp3.ConnectionSpec$Builder cipherSuites(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lokhttp3/ConnectionSpec$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec$Builder this
         0: .line 292
            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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;
    MethodParameters:
              Name  Flags
      cipherSuites  

  public okhttp3.ConnectionSpec$Builder allEnabledTlsVersions();
    descriptor: ()Lokhttp3/ConnectionSpec$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ConnectionSpec$Builder this
         0: .line 303
            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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;

  public okhttp3.ConnectionSpec$Builder tlsVersions(okhttp3.TlsVersion[]);
    descriptor: ([Lokhttp3/TlsVersion;)Lokhttp3/ConnectionSpec$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec$Builder this
         0: .line 309
            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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;
    MethodParameters:
             Name  Flags
      tlsVersions  

  public okhttp3.ConnectionSpec$Builder tlsVersions(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lokhttp3/ConnectionSpec$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec$Builder this
         0: .line 320
            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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;
    MethodParameters:
             Name  Flags
      tlsVersions  

  public okhttp3.ConnectionSpec$Builder supportsTlsExtensions(boolean);
    descriptor: (Z)Lokhttp3/ConnectionSpec$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionSpec$Builder this
         0: .line 331
            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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;
    MethodParameters:
                       Name  Flags
      supportsTlsExtensions  

  public okhttp3.ConnectionSpec build();
    descriptor: ()Lokhttp3/ConnectionSpec;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ConnectionSpec$Builder this
         0: .line 337
            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$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionSpec$Builder;
}
SourceFile: "ConnectionSpec.java"
NestHost: okhttp3.ConnectionSpec
InnerClasses:
  public final Builder = okhttp3.ConnectionSpec$Builder of okhttp3.ConnectionSpec