Uses of Class
net.anwiba.commons.http.HttpMethodType
-
Packages that use HttpMethodType Package Description net.anwiba.commons.http -
-
Uses of HttpMethodType in net.anwiba.commons.http
Methods in net.anwiba.commons.http that return HttpMethodType Modifier and Type Method Description HttpMethodTypeIRequest. getMethodType()HttpMethodTypeRequest. getMethodType()static HttpMethodTypeHttpMethodType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpMethodType[]HttpMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-