| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Header> |
AbstractContainer.getCustomHeaders() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractContainer.setCustomHeaders(java.util.Collection<Header> headers) |
| Constructor and Description |
|---|
AccountMetadataCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
java.util.Collection<? extends Header> headers) |
| Constructor and Description |
|---|
ContainerMetadataCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
java.util.Collection<? extends Header> headers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCommand.setHeader(Header header) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCommand.addHeaders(java.util.Collection<? extends Header> headers) |
| Modifier and Type | Method and Description |
|---|---|
AccountMetadataCommand |
AccountCommandFactoryImpl.createAccountMetadataCommand(Account account,
java.util.Collection<? extends Header> headers) |
ContainerMetadataCommand |
ContainerCommandFactoryImpl.createContainerMetadataCommand(Account account,
Container container,
java.util.Collection<? extends Header> headers) |
ObjectMetadataCommand |
StoredObjectCommandFactoryImpl.createObjectMetadataCommand(Account account,
Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
| Constructor and Description |
|---|
ObjectMetadataCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
java.util.Collection<? extends Header> headers) |
| Constructor and Description |
|---|
AccountMetadataCommandMock(Swift swift,
Account account,
java.util.Collection<? extends Header> headers) |
| Constructor and Description |
|---|
ContainerMetadataCommandMock(Swift swift,
Account account,
Container container,
java.util.Collection<? extends Header> headers) |
| Modifier and Type | Method and Description |
|---|---|
AccountMetadataCommand |
AccountCommandFactoryMock.createAccountMetadataCommand(Account account,
java.util.Collection<? extends Header> headers) |
ContainerMetadataCommand |
ContainerCommandFactoryMock.createContainerMetadataCommand(Account account,
Container container,
java.util.Collection<? extends Header> headers) |
ObjectMetadataCommand |
StoredObjectCommandFactoryMock.createObjectMetadataCommand(Account account,
Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
| Constructor and Description |
|---|
ObjectMetadataCommandMock(Swift swift,
Account account,
Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
| Modifier and Type | Method and Description |
|---|---|
AccountMetadataCommand |
AccountCommandFactory.createAccountMetadataCommand(Account account,
java.util.Collection<? extends Header> headers) |
ContainerMetadataCommand |
ContainerCommandFactory.createContainerMetadataCommand(Account account,
Container container,
java.util.Collection<? extends Header> headers) |
ObjectMetadataCommand |
StoredObjectCommandFactory.createObjectMetadataCommand(Account account,
Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
| Modifier and Type | Class and Description |
|---|---|
class |
Accept |
class |
ConnectionKeepAlive |
class |
DateHeader |
class |
GeneralHeader |
class |
Metadata |
class |
SimpleHeader |
class |
Token
The security token supplied by the OpenStack Identity component (Keystone).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccountBytesUsed |
class |
AccountContainerCount |
class |
AccountMetadata |
class |
AccountObjectCount |
class |
HashPassword |
class |
ServerDate |
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerBytesUsed |
class |
ContainerMetadata |
class |
ContainerObjectCount |
class |
ContainerReadPermissions |
class |
ContainerRights
Allows the rights change of a container to and from public/private
|
class |
ContainerWritePermissions |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectId
This is a header specific to EMC ViPR that can be passed with a create container
request.
|
class |
Vpool
This is a header specific to EMC ViPR that can be passed with a create container
request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XAuthKey
User as part of a BASIC authentication.
|
class |
XAuthUser
User as part of a BASIC authentication.
|
class |
XStoragePass
User as part of a TEMPAUTH authentication.
|
class |
XStorageUser
User as part of a TEMPAUTH authentication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CopyFrom
Determines the source object in a copy action
|
class |
DeleteAfter |
class |
DeleteAt |
class |
Etag
Sets the MD5 hash on an object.
|
class |
ObjectContentLength |
class |
ObjectContentType |
class |
ObjectLastModified |
class |
ObjectManifest |
class |
ObjectMetadata |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIfMatch |
class |
AbstractIfSince |
class |
IfMatch |
class |
IfModifiedSince |
class |
IfNoneMatch |
class |
IfUnmodifiedSince |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRange
Offers the option to return not the entire object, but only a designated part.
|
class |
ExcludeStartRange
Take the entire object, starting from offset.
|
class |
FirstPartRange
Take the first bytes of the object until -- ie not including -- position 'until'
|
class |
LastPartRange
Take the last bytes of the object with a length equal to 'lastBytes'
|
class |
MidPartRange
Take the object starting at 'startPos' and ending at 'endPos'
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorPage |
class |
IndexPage |
class |
Listing |
class |
ListingCSS |
class |
WebsiteHeader |
| Modifier and Type | Method and Description |
|---|---|
Header |
ObjectInformation.getContentTypeHeader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Header> |
ObjectInformation.getHeaders() |
java.util.Collection<Header> |
ObjectInformation.getHeadersIncludingHeader(Header header) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectInformation.addHeader(java.util.Collection<Header> headers,
Header header) |
java.util.Collection<Header> |
ObjectInformation.getHeadersIncludingHeader(Header header) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectInformation.addHeader(java.util.Collection<Header> headers,
Header header) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Header> |
UploadInstructions.getHeaders() |
java.util.Map<java.lang.String,Header> |
DownloadInstructions.getHeaders() |
| Modifier and Type | Method and Description |
|---|---|
UploadInstructions |
UploadInstructions.addHeader(Header header) |
DownloadInstructions |
DownloadInstructions.addHeader(Header header) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Header> |
Container.getCustomHeaders()
Gets the custom headers on this container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setCustomHeaders(java.util.Collection<Header> headers)
Sets custom headers to be passed when creating a container.
|
| Modifier and Type | Method and Description |
|---|---|
Header |
HeaderStore.get(java.lang.String headerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderStore.addHeader(Header header) |
void |
HeaderStore.put(Header header) |
void |
HeaderStore.remove(Header header) |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<java.lang.Object> |
Swift.saveContainerMetadata(java.lang.String name,
java.util.Collection<? extends Header> headers) |
SwiftResult<java.lang.Object> |
SwiftStoredObject.saveMetadata(java.util.Collection<? extends Header> headers) |
SwiftResult<java.lang.Object> |
SwiftContainer.saveMetadata(java.util.Collection<? extends Header> headers) |
SwiftResult<java.lang.Object> |
Swift.saveMetadata(java.util.Collection<? extends Header> headers) |
void |
HeaderStore.saveMetadata(java.util.Collection<? extends Header> headers) |
SwiftResult<java.lang.Object> |
Swift.saveObjectMetadata(Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
Copyright © 2012-2020 42 BV. All Rights Reserved.