FileBinaryRequestExecutor |
FileBinaryRequestExecutor.Builder.build() |
|
FileBinaryRequestExecutor |
FileBinaryRequestExecutor.enableDeleteTempFile(boolean enable) |
Configure how to treat a temp blob after an upload.
|
FileBinaryRequestExecutor |
FileBinaryRequestExecutor.enableForceTempStorage(boolean enable) |
Forces the use of temp storage for all binaries--not just the >200MiB ones.
|
static FileBinaryRequestExecutor |
FileBinaryRequestExecutor.of(okhttp3.OkHttpClient client) |
|
FileBinaryRequestExecutor |
FileBinaryRequestExecutor.withExecutor(Executor executor) |
Sets the executor to use for running the api requests.
|
FileBinaryRequestExecutor |
FileBinaryRequestExecutor.withMaxRetries(int retries) |
Sets the maximum number of retries.
|
FileBinaryRequestExecutor |
FileBinaryRequestExecutor.withTempStoragePath(URI path) |
Sets the temporary storage path for storing large file binaries.
|
FileBinaryRequestExecutor |
FileBinaryRequestExecutor.withValidResponseCodes(List<Integer> validResponseCodes) |
Specifies a set of valid http response codes *in addition* to the 200-range.
|