Uses of Enum Class
dev.galasa.http.TLS
Packages that use TLS
-
Uses of TLS in dev.galasa.http
Methods in dev.galasa.http that return TLSModifier and TypeMethodDescriptionstatic TLSReturns the enum constant of this class with the specified name.static TLS[]TLS.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.galasa.http with parameters of type TLSModifier and TypeMethodDescriptionvoidIHttpClient.setTlsVersions(TLS[] tlsVersions) Set TLS versions required.