Uses of Enum Class
de.galan.commons.net.flux.Method
Packages that use Method
-
Uses of Method in de.galan.commons.net.flux
Fields in de.galan.commons.net.flux declared as MethodMethods in de.galan.commons.net.flux that return MethodModifier and TypeMethodDescriptionstatic MethodReturns the enum constant of this class with the specified name.static Method[]Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.galan.commons.net.flux with parameters of type MethodModifier and TypeMethodDescriptionFluentHttpClient.HttpBuilder.methodAsync(Method method) protected ResponseCommonHttpClient.request(Method method, Map<String, String> extraHeader, byte[] body, URL url, HttpOptions options) CommonHttpClient.request(String resource, Method method, Map<String, String> extraHeader, Map<String, List<String>> parameters, byte[] body, HttpOptions options) CommonHttpClient.request(String protocol, String host, Integer port, String path, Method method, Map<String, String> extraHeader, Map<String, List<String>> parameters, byte[] body) HttpClient.request(String resource, Method method, Map<String, String> extraHeader, Map<String, List<String>> parameters, byte[] body, HttpOptions options) MockCommonHttpClient.request(String resource, Method method, Map<String, String> extraHeader, Map<String, List<String>> parameters, byte[] body, HttpOptions options) Constructors in de.galan.commons.net.flux with parameters of type Method