Package | Description |
---|---|
org.kuali.common.httplib.api | |
org.kuali.common.httplib.api.model | |
org.kuali.common.httplib.impl |
Modifier and Type | Method and Description |
---|---|
HttpResult |
HttpService.execute(HttpOptions options,
String url) |
HttpResult |
HttpService.get(String url) |
Modifier and Type | Method and Description |
---|---|
List<HttpResult> |
HttpService.execute(HttpOptions options,
List<String> urls) |
List<HttpResult> |
HttpService.execute(HttpOptions options,
String... urls) |
List<HttpResult> |
HttpService.get(List<String> urls) |
List<HttpResult> |
HttpService.get(String... urls) |
Modifier and Type | Method and Description |
---|---|
HttpResult |
HttpResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
HttpResult |
DefaultHttpService.execute(HttpOptions options,
String url) |
HttpResult |
DefaultHttpService.get(String url) |
Modifier and Type | Method and Description |
---|---|
List<HttpResult> |
DefaultHttpService.execute(HttpOptions options,
List<String> urls) |
List<HttpResult> |
DefaultHttpService.execute(HttpOptions options,
String... urls) |
List<HttpResult> |
DefaultHttpService.get(List<String> urls) |
List<HttpResult> |
DefaultHttpService.get(String... urls) |
Copyright © 2014–2015 The Kuali Foundation. All rights reserved.