Uses of Enum Class
dev.galasa.http.TLS

Packages that use TLS
Package
Description
HTTP Client Manager
  • Uses of TLS in dev.galasa.http

    Methods in dev.galasa.http that return TLS
    Modifier and Type
    Method
    Description
    static TLS
    TLS.valueOf(String name)
    Returns 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 TLS
    Modifier and Type
    Method
    Description
    void
    IHttpClient.setTlsVersions(TLS[] tlsVersions)
    Set TLS versions required.