Uses of Class
de.galan.commons.net.flux.Method
-
Packages that use Method Package Description de.galan.commons.net.flux -
-
Uses of Method in de.galan.commons.net.flux
Fields in de.galan.commons.net.flux declared as Method Modifier and Type Field Description MethodMockCommonHttpClient.Request. methodMethods in de.galan.commons.net.flux that return Method Modifier and Type Method Description 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.Methods in de.galan.commons.net.flux with parameters of type Method Modifier and Type Method Description ResponseFluentHttpClient.HttpBuilder. method(Method method)Future<Response>FluentHttpClient.HttpBuilder. methodAsync(Method method)protected ResponseCommonHttpClient. request(Method method, Map<String,String> extraHeader, byte[] body, URL url, HttpOptions options)ResponseCommonHttpClient. request(String resource, Method method, Map<String,String> extraHeader, Map<String,List<String>> parameters, byte[] body, HttpOptions options)ResponseCommonHttpClient. request(String protocol, String host, Integer port, String path, Method method, Map<String,String> extraHeader, Map<String,List<String>> parameters, byte[] body)ResponseHttpClient. request(String resource, Method method, Map<String,String> extraHeader, Map<String,List<String>> parameters, byte[] body, HttpOptions options)ResponseMockCommonHttpClient. 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 Constructor Description Request(Method method, Map<String,String> extraHeader, byte[] body, String resource)
-