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