Uses of Class
com.github.underscore.U.FetchResponse
-
Uses of U.FetchResponse in com.github.underscore
Methods in com.github.underscore that return U.FetchResponseModifier and TypeMethodDescriptionstatic U.FetchResponse
static U.FetchResponse
static U.FetchResponse
U.fetch
(String url, Integer connectTimeout, Integer readTimeout, Integer retryCount, Integer timeBetweenRetry) static U.FetchResponse
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)