Package | Description |
---|---|
com.oracle.bmc.model | |
com.oracle.bmc.objectstorage.requests | |
com.oracle.bmc.objectstorage.responses |
Modifier and Type | Method and Description |
---|---|
static Range |
Range.parse(String value)
Parse the “content-range” header per https://tools.ietf.org/html/rfc7233#section-4.2.
|
Modifier and Type | Method and Description |
---|---|
Range |
GetObjectRequest.getRange()
Optional byte range to fetch, as described in RFC 7233, section 2.1.
|
Modifier and Type | Method and Description |
---|---|
GetObjectRequest.Builder |
GetObjectRequest.Builder.range(Range range) |
Modifier and Type | Method and Description |
---|---|
Range |
GetObjectResponse.getContentRange()
Content-Range header for range requests, per RFC 7233, section 4.2.
|
Modifier and Type | Method and Description |
---|---|
GetObjectResponse.Builder |
GetObjectResponse.Builder.contentRange(Range contentRange) |
Copyright © 2016–2019. All rights reserved.