Uses of Class
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 HttpVerbHttpVerb. valueOf(java.lang.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.
-