Package | Description |
---|---|
org.dataone.client.rest |
Modifier and Type | Method and Description |
---|---|
InputStream |
HttpMultipartRestClient.doPostRequest(String url,
SimpleMultipartEntity entity,
Integer timeoutMillisecs) |
InputStream |
MultipartRestClient.doPostRequest(String url,
SimpleMultipartEntity entity,
Integer timeoutMillisecs) |
org.apache.http.HttpResponse |
RestClient.doPostRequest(String url,
SimpleMultipartEntity mpe,
org.apache.http.client.config.RequestConfig requestConfig)
send a POST request to the resource and get the response
|
InputStream |
HttpMultipartRestClient.doPutRequest(String url,
SimpleMultipartEntity entity,
Integer timeoutMillisecs) |
InputStream |
MultipartRestClient.doPutRequest(String url,
SimpleMultipartEntity entity,
Integer timeoutMillisecs) |
org.apache.http.HttpResponse |
RestClient.doPutRequest(String url,
SimpleMultipartEntity mpe,
org.apache.http.client.config.RequestConfig requestConfig)
send a PUT request to the resource and get the response
|
Copyright © 2020. All Rights Reserved.