Uses of Class
com.contentful.java.cda.Tls12Implementation
-
Packages that use Tls12Implementation Package Description com.contentful.java.cda -
-
Uses of Tls12Implementation in com.contentful.java.cda
Methods in com.contentful.java.cda that return Tls12Implementation Modifier and Type Method Description static Tls12ImplementationTls12Implementation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Tls12Implementation[]Tls12Implementation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.contentful.java.cda with parameters of type Tls12Implementation Modifier and Type Method Description CDAClient.BuilderCDAClient.Builder. setTls12Implementation(Tls12Implementation implementation)Overwrite the recommendation from the SDK for using a custom TLS12 socket factory.
-