Uses of Class
com.floragunn.signals.watch.common.HttpRequestConfig.Method
-
Packages that use HttpRequestConfig.Method Package Description com.floragunn.signals.watch.common -
-
Uses of HttpRequestConfig.Method in com.floragunn.signals.watch.common
Methods in com.floragunn.signals.watch.common that return HttpRequestConfig.Method Modifier and Type Method Description static HttpRequestConfig.MethodHttpRequestConfig.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpRequestConfig.Method[]HttpRequestConfig.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.floragunn.signals.watch.common with parameters of type HttpRequestConfig.Method Constructor Description HttpRequestConfig(HttpRequestConfig.Method method, URI uri, String path, String queryParams, String body, Map<String,Object> headers, Auth auth, String accept)
-