Uses of Class
org.apache.ignite.client.SslProtocol
-
Packages that use SslProtocol Package Description org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.configuration Contains configuration-related classes. -
-
Uses of SslProtocol in org.apache.ignite.client
Methods in org.apache.ignite.client that return SslProtocol Modifier and Type Method Description static SslProtocol
SslProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static SslProtocol[]
SslProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SslProtocol in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return SslProtocol Modifier and Type Method Description SslProtocol
ClientConfiguration. getSslProtocol()
Methods in org.apache.ignite.configuration with parameters of type SslProtocol Modifier and Type Method Description ClientConfiguration
ClientConfiguration. setSslProtocol(SslProtocol newVal)
-