Uses of Class
com.github.underscore.U.FetchResponse
-
-
Uses of U.FetchResponse in com.github.underscore
Methods in com.github.underscore that return U.FetchResponse Modifier and Type Method Description static U.FetchResponse
U. fetch(String url)
static U.FetchResponse
U. fetch(String url, Integer connectTimeout, Integer readTimeout)
static U.FetchResponse
U. fetch(String url, Integer connectTimeout, Integer readTimeout, Integer retryCount, Integer timeBetweenRetry)
static U.FetchResponse
U. fetch(String url, String method, String body)
static U.FetchResponse
U. fetch(String url, String method, String body, Map<String,List<String>> headerFields, Integer connectTimeout, Integer readTimeout)
static U.FetchResponse
U.Fetch. fetch(String url, String method, String body, Map<String,List<String>> headerFields, Integer connectTimeout, Integer readTimeout, Integer retryCount, Integer timeBetweenRetry)
-