Uses of Enum Class
com.teamdev.jxbrowser.net.SslVersion
Package
Description
Contains classes and interfaces for working with network.
-
Uses of SslVersion in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionstatic SslVersion
SslVersion.forNumber
(int value) static SslVersion
SslVersion.valueOf
(int value) Deprecated.static SslVersion
SslVersion.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static SslVersion
Returns the enum constant of this class with the specified name.static SslVersion[]
SslVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SslVersion>
SslVersion.internalGetValueMap()
default Optional<SslVersion>
UrlRequest.sslVersion()
Returns anOptional
that contains the SSL connection version used to make this request if it is available and the current request represents an HTTPS request, otherwise an emptyOptional
.