Uses of Enum Class
com.teamdev.jxbrowser.net.SslVersion
Packages that use SslVersion
Package
Description
Contains classes and interfaces for working with network.
-
Uses of SslVersion in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return SslVersionModifier and TypeMethodDescriptionstatic SslVersionSslVersion.forNumber(int value) static SslVersionSslVersion.valueOf(int value) Deprecated.static SslVersionSslVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static SslVersionReturns 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.Methods in com.teamdev.jxbrowser.net that return types with arguments of type SslVersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SslVersion>SslVersion.internalGetValueMap()default Optional<SslVersion>UrlRequest.sslVersion()Returns anOptionalthat 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.