Uses of Enum
net.jonathangiles.tools.teenyhttpd.model.Method
Packages that use Method
-
Uses of Method in net.jonathangiles.tools.teenyhttpd
Methods in net.jonathangiles.tools.teenyhttpd with parameters of type Method -
Uses of Method in net.jonathangiles.tools.teenyhttpd.model
Methods in net.jonathangiles.tools.teenyhttpd.model that return MethodModifier and TypeMethodDescriptionRequest.getMethod()static MethodReturns 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.Methods in net.jonathangiles.tools.teenyhttpd.model with parameters of type MethodModifier and TypeMethodDescriptionstatic RequestRequest.create(Method method, String path, QueryParams queryParams) static RequestRequest.create(Method method, String path, QueryParams queryParams, List<Header> headers, Map<String, String> pathParamsMap, String body) static RequestRequest.create(Method method, String path, QueryParams queryParams, Map<String, Header> headers, Map<String, String> pathParamsMap)