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 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 TypeMethodDescriptiondefault 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.