Uses of Class
org.apache.hc.core5.http.ssl.TLS
-
Packages that use TLS Package Description org.apache.hc.core5.http.ssl -
-
Uses of TLS in org.apache.hc.core5.http.ssl
Methods in org.apache.hc.core5.http.ssl that return TLS Modifier and Type Method Description static TLS
TLS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TLS[]
TLS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-