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