Package | Description |
---|---|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
Modifier and Type | Method and Description |
---|---|
static SslVersion |
SslVersion.forNumber(int value) |
static SslVersion |
SslVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SslVersion |
SslVersion.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SslVersion |
SslVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SslVersion[] |
SslVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<SslVersion> |
SslVersion.internalGetValueMap() |
default java.util.Optional<SslVersion> |
UrlRequest.sslVersion()
Returns an
Optional 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
empty Optional . |