Modifier and Type | Method and Description |
---|---|
Range |
GetApiContentRequest.getRange()
The Range HTTP request header indicates the part of a document that the server should return.
|
Modifier and Type | Method and Description |
---|---|
GetApiContentRequest.Builder |
GetApiContentRequest.Builder.range(Range range)
The Range HTTP request header indicates the part of a document that the server should
return.
|
Modifier and Type | Method and Description |
---|---|
Range |
GetStepArtifactContentRequest.getRange()
Optional byte range to fetch, as described in RFC
7233, section 2.1.
|
Range |
GetModelArtifactContentRequest.getRange()
Optional byte range to fetch, as described in RFC
7233, section 2.1.
|
Range |
GetJobArtifactContentRequest.getRange()
Optional byte range to fetch, as described in RFC
7233, section 2.1.
|
Modifier and Type | Method and Description |
---|---|
GetStepArtifactContentRequest.Builder |
GetStepArtifactContentRequest.Builder.range(Range range)
Optional byte range to fetch, as described in RFC
7233, section 2.1.
|
GetModelArtifactContentRequest.Builder |
GetModelArtifactContentRequest.Builder.range(Range range)
Optional byte range to fetch, as described in RFC
7233, section 2.1.
|
GetJobArtifactContentRequest.Builder |
GetJobArtifactContentRequest.Builder.range(Range range)
Optional byte range to fetch, as described in RFC
7233, section 2.1.
|
Modifier and Type | Method and Description |
---|---|
ClientCall<REQ,RESP,RESP_BUILDER> |
ClientCall.appendHeader(String name,
Range value) |
Modifier and Type | Method and Description |
---|---|
ClientCall<REQ,RESP,RESP_BUILDER> |
ClientCall.handleResponseHeaderRange(String name,
BiConsumer<RESP_BUILDER,Range> handle) |
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.
|
Modifier and Type | Method and Description |
---|---|
GetObjectRequest.Builder |
GetObjectRequest.Builder.range(Range range)
Optional byte range to fetch, as described in RFC
7233.
|
Modifier and Type | Method and Description |
---|---|
Range |
GetObjectResponse.getContentRange()
Content-Range header for range requests, per RFC
7233.
|
Modifier and Type | Method and Description |
---|---|
GetObjectResponse.Builder |
GetObjectResponse.Builder.contentRange(Range contentRange)
Content-Range header for range requests, per RFC
7233.
|
Modifier and Type | Method and Description |
---|---|
Range |
GetAwrHubObjectResponse.getContentRange()
Content-Range header.
|
Modifier and Type | Method and Description |
---|---|
GetAwrHubObjectResponse.Builder |
GetAwrHubObjectResponse.Builder.contentRange(Range contentRange)
Content-Range header.
|
Copyright © 2016–2024. All rights reserved.