- setNumberOfRetries(int) - Method in class com.cloudant.http.HttpConnection
-
Sets the number of times this request can be retried.
- setProxy(URL) - Method in interface com.cloudant.http.HttpConnection.HttpUrlConnectionFactory
-
Set a proxy server address.
- setRequestBody(String) - Method in class com.cloudant.http.HttpConnection
-
Set the String of request body data to be sent to the server.
- setRequestBody(byte[]) - Method in class com.cloudant.http.HttpConnection
-
Set the byte array of request body data to be sent to the server.
- setRequestBody(InputStream) - Method in class com.cloudant.http.HttpConnection
-
- setRequestBody(InputStream, long) - Method in class com.cloudant.http.HttpConnection
-
- setRequestBody(HttpConnection.InputStreamGenerator) - Method in class com.cloudant.http.HttpConnection
-
Set an InputStreamGenerator for an InputStream of request body data to be sent to the server.
- setRequestBody(HttpConnection.InputStreamGenerator, long) - Method in class com.cloudant.http.HttpConnection
-
Set an InputStreamGenerator for an InputStream, of known length, of request body data to
be sent to the server.