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