Uses of Class
net.jonathangiles.tools.teenyhttpd.request.Method
| Package | Description |
|---|---|
| net.jonathangiles.tools.teenyhttpd.request |
-
Uses of Method in net.jonathangiles.tools.teenyhttpd.request
Methods in net.jonathangiles.tools.teenyhttpd.request that return Method Modifier and Type Method Description MethodRequest. getMethod()static MethodMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static Method[]Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.jonathangiles.tools.teenyhttpd.request with parameters of type Method Constructor Description Request(Method method, String path, QueryParams queryParams)