JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum Class
org.miaixz.bus.core.net.Protocol
Packages that use
Protocol
Package
Description
org.miaixz.bus.core.net
网络相关工具
Uses of
Protocol
in
org.miaixz.bus.core.net
Methods in
org.miaixz.bus.core.net
that return
Protocol
Modifier and Type
Method
Description
static
Protocol
Protocol.
get
(
String
protocol)
static
Protocol
Protocol.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Protocol
[]
Protocol.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.