static FileAsyncRequestBody.Builder |
FileAsyncRequestBody.builder() |
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.chunkSizeInBytes(Integer chunkSize) |
Sets the size of chunks to read from the file.
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.numBytesToRead(Long numBytesToRead) |
Sets the number of bytes to read from this file.
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.path(Path path) |
Sets the file to send to the service.
|
FileAsyncRequestBody.Builder |
FileAsyncRequestBody.Builder.position(Long position) |
Sets the file position at which the request body begins.
|