JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum
org.conscrypt.metrics.Protocol
Packages that use
Protocol
Package
Description
org.conscrypt.metrics
Uses of
Protocol
in
org.conscrypt.metrics
Methods in
org.conscrypt.metrics
that return
Protocol
Modifier and Type
Method
Description
static
Protocol
Protocol.
forName
(
String
name)
static
Protocol
Protocol.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Protocol
[]
Protocol.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.