| Package | Description |
|---|---|
| org.jclouds.http.options |
| Modifier and Type | Field and Description |
|---|---|
static GetOptions |
GetOptions.NONE |
| Modifier and Type | Method and Description |
|---|---|
GetOptions |
GetOptions.ifETagDoesntMatch(String eTag)
The object should not have a eTag hash corresponding with the parameter
eTag. |
static GetOptions |
GetOptions.Builder.ifETagDoesntMatch(String eTag) |
GetOptions |
GetOptions.ifETagMatches(String eTag)
The object's eTag hash should match the parameter
eTag. |
static GetOptions |
GetOptions.Builder.ifETagMatches(String eTag) |
GetOptions |
GetOptions.ifModifiedSince(Date ifModifiedSince)
Only return the object if it has changed since this time.
|
static GetOptions |
GetOptions.Builder.ifModifiedSince(Date ifModifiedSince) |
GetOptions |
GetOptions.ifUnmodifiedSince(Date ifUnmodifiedSince)
Only return the object if it hasn't changed since this time.
|
static GetOptions |
GetOptions.Builder.ifUnmodifiedSince(Date ifUnmodifiedSince) |
GetOptions |
GetOptions.range(long start,
long end)
download the specified range of the object.
|
static GetOptions |
GetOptions.Builder.range(long start,
long end) |
GetOptions |
GetOptions.startAt(long start)
download the object offset at
start |
static GetOptions |
GetOptions.Builder.startAt(long start) |
GetOptions |
GetOptions.tail(long count)
download the last
count bytes of the object |
static GetOptions |
GetOptions.Builder.tail(long count) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.