Skip navigation links
A C D E G H I L M N O P R S U V X 

A

AccountInfo - Class in ch.iterate.openstack.swift.model
 
AccountInfo(long, int, String) - Constructor for class ch.iterate.openstack.swift.model.AccountInfo
 
AccountInfoHandler - Class in ch.iterate.openstack.swift.handler
 
AccountInfoHandler() - Constructor for class ch.iterate.openstack.swift.handler.AccountInfoHandler
 
addMetaData(String, String) - Method in class ch.iterate.openstack.swift.model.MetaData
 
authenticate(Client.AuthVersion, URI, String, String, String) - Method in class ch.iterate.openstack.swift.Client
 
authenticate(AuthenticationRequest) - Method in class ch.iterate.openstack.swift.Client
 
authenticate(AuthenticationRequest, ResponseHandler<AuthenticationResponse>) - Method in class ch.iterate.openstack.swift.Client
 
Authentication10ResponseHandler - Class in ch.iterate.openstack.swift.handler
 
Authentication10ResponseHandler() - Constructor for class ch.iterate.openstack.swift.handler.Authentication10ResponseHandler
 
Authentication10UsernameKeyRequest - Class in ch.iterate.openstack.swift.method
 
Authentication10UsernameKeyRequest(URI, String, String) - Constructor for class ch.iterate.openstack.swift.method.Authentication10UsernameKeyRequest
 
Authentication11UsernameKeyRequest - Class in ch.iterate.openstack.swift.method
 
Authentication11UsernameKeyRequest(URI, String, String) - Constructor for class ch.iterate.openstack.swift.method.Authentication11UsernameKeyRequest
 
Authentication20AccessKeySecretKeyRequest - Class in ch.iterate.openstack.swift.method
 
Authentication20AccessKeySecretKeyRequest(URI, String, String, String) - Constructor for class ch.iterate.openstack.swift.method.Authentication20AccessKeySecretKeyRequest
 
Authentication20RAXUsernameKeyRequest - Class in ch.iterate.openstack.swift.method
 
Authentication20RAXUsernameKeyRequest(URI, String, String, String) - Constructor for class ch.iterate.openstack.swift.method.Authentication20RAXUsernameKeyRequest
 
Authentication20UsernameKeyRequest - Class in ch.iterate.openstack.swift.method
 
Authentication20UsernameKeyRequest(URI, String, String, String) - Constructor for class ch.iterate.openstack.swift.method.Authentication20UsernameKeyRequest
 
Authentication20UsernamePasswordRequest - Class in ch.iterate.openstack.swift.method
{ "auth":{ "passwordCredentials":{ "username":"test_user", "password":"mypass" }, "tenantName":"customer-x" } }
Authentication20UsernamePasswordRequest(URI, String, String, String) - Constructor for class ch.iterate.openstack.swift.method.Authentication20UsernamePasswordRequest
 
Authentication20UsernamePasswordTenantIdRequest - Class in ch.iterate.openstack.swift.method
{ "auth":{ "passwordCredentials":{ "username":"test_user", "password":"mypass" }, "tenantId":"customer-x" } }
Authentication20UsernamePasswordTenantIdRequest(URI, String, String, String) - Constructor for class ch.iterate.openstack.swift.method.Authentication20UsernamePasswordTenantIdRequest
 
Authentication3UsernamePasswordProjectRequest - Class in ch.iterate.openstack.swift.method
{ "auth": { "identity": { "methods": [ "password" ], "password": { "user": { "domain": { "name": "default" }, "name": "my-username", "password": "my-password" } } }, "scope": { "project": { "domain": { "name": "default" }, "name": "project-x" } } } }
Authentication3UsernamePasswordProjectRequest(URI, String, String, String) - Constructor for class ch.iterate.openstack.swift.method.Authentication3UsernamePasswordProjectRequest
 
Authentication3UsernamePasswordProjectRequest(URI, String, String, String, String) - Constructor for class ch.iterate.openstack.swift.method.Authentication3UsernamePasswordProjectRequest
 
AuthenticationJson11ResponseHandler - Class in ch.iterate.openstack.swift.handler
 
AuthenticationJson11ResponseHandler() - Constructor for class ch.iterate.openstack.swift.handler.AuthenticationJson11ResponseHandler
 
AuthenticationJson20ResponseHandler - Class in ch.iterate.openstack.swift.handler
 
AuthenticationJson20ResponseHandler() - Constructor for class ch.iterate.openstack.swift.handler.AuthenticationJson20ResponseHandler
 
AuthenticationJson3ResponseHandler - Class in ch.iterate.openstack.swift.handler
 
AuthenticationJson3ResponseHandler() - Constructor for class ch.iterate.openstack.swift.handler.AuthenticationJson3ResponseHandler
 
AuthenticationRequest - Interface in ch.iterate.openstack.swift.method
 
AuthenticationResponse - Class in ch.iterate.openstack.swift
 
AuthenticationResponse(HttpResponse, String, Set<Region>) - Constructor for class ch.iterate.openstack.swift.AuthenticationResponse
 
AuthorizationException - Exception in ch.iterate.openstack.swift.exception
 
AuthorizationException(Response) - Constructor for exception ch.iterate.openstack.swift.exception.AuthorizationException
 
authorize(HttpRequestBase) - Method in class ch.iterate.openstack.swift.Client
 

C

CDNContainer - Class in ch.iterate.openstack.swift.model
 
CDNContainer(Region) - Constructor for class ch.iterate.openstack.swift.model.CDNContainer
 
CDNContainer(Region, String) - Constructor for class ch.iterate.openstack.swift.model.CDNContainer
 
CdnContainerInfoHandler - Class in ch.iterate.openstack.swift.handler
 
CdnContainerInfoHandler(Region, String) - Constructor for class ch.iterate.openstack.swift.handler.CdnContainerInfoHandler
 
CdnContainerInfoListHandler - Class in ch.iterate.openstack.swift.handler
 
CdnContainerInfoListHandler(Region) - Constructor for class ch.iterate.openstack.swift.handler.CdnContainerInfoListHandler
 
cdnEnableContainer(Region, String) - Method in class ch.iterate.openstack.swift.Client
Enables access of files in this container via the Content Delivery Network.
cdnUpdateContainer(Region, String, int, boolean, boolean) - Method in class ch.iterate.openstack.swift.Client
 
ch.iterate.openstack.swift - package ch.iterate.openstack.swift
 
ch.iterate.openstack.swift.exception - package ch.iterate.openstack.swift.exception
 
ch.iterate.openstack.swift.handler - package ch.iterate.openstack.swift.handler
 
ch.iterate.openstack.swift.io - package ch.iterate.openstack.swift.io
 
ch.iterate.openstack.swift.method - package ch.iterate.openstack.swift.method
 
ch.iterate.openstack.swift.model - package ch.iterate.openstack.swift.model
 
Client - Class in ch.iterate.openstack.swift
An OpenStack Swift client interface.
Client(int) - Constructor for class ch.iterate.openstack.swift.Client
 
Client(CloseableHttpClient) - Constructor for class ch.iterate.openstack.swift.Client
 
Client.AuthVersion - Enum in ch.iterate.openstack.swift
 
close() - Method in class ch.iterate.openstack.swift.io.HttpMethodReleaseInputStream
This will force close the connection if the content has not been fully consumed
close() - Method in class ch.iterate.openstack.swift.io.SubInputStream
 
Constants - Class in ch.iterate.openstack.swift
 
Constants() - Constructor for class ch.iterate.openstack.swift.Constants
 
Container - Class in ch.iterate.openstack.swift.model
 
Container(Region, String) - Constructor for class ch.iterate.openstack.swift.model.Container
 
containerExists(Region, String) - Method in class ch.iterate.openstack.swift.Client
Convenience method to test for the existence of a container in Cloud Files.
ContainerExistsException - Exception in ch.iterate.openstack.swift.exception
 
ContainerExistsException(Response) - Constructor for exception ch.iterate.openstack.swift.exception.ContainerExistsException
 
ContainerInfo - Class in ch.iterate.openstack.swift.model
Contains basic information about the container
ContainerInfo(Region, String, int, long) - Constructor for class ch.iterate.openstack.swift.model.ContainerInfo
 
ContainerInfoHandler - Class in ch.iterate.openstack.swift.handler
 
ContainerInfoHandler(Region, String) - Constructor for class ch.iterate.openstack.swift.handler.ContainerInfoHandler
 
ContainerInfoResponseHandler - Class in ch.iterate.openstack.swift.handler
 
ContainerInfoResponseHandler(Region) - Constructor for class ch.iterate.openstack.swift.handler.ContainerInfoResponseHandler
 
ContainerMetadata - Class in ch.iterate.openstack.swift.model
 
ContainerMetadata(String, String, String, String) - Constructor for class ch.iterate.openstack.swift.model.ContainerMetadata
An object storing the metadata for an FS Cloud object
ContainerMetadataResponseHandler - Class in ch.iterate.openstack.swift.handler
 
ContainerMetadataResponseHandler() - Constructor for class ch.iterate.openstack.swift.handler.ContainerMetadataResponseHandler
 
ContainerNotEmptyException - Exception in ch.iterate.openstack.swift.exception
 
ContainerNotEmptyException(Response) - Constructor for exception ch.iterate.openstack.swift.exception.ContainerNotEmptyException
 
ContainerNotFoundException - Exception in ch.iterate.openstack.swift.exception
 
ContainerNotFoundException(Response) - Constructor for exception ch.iterate.openstack.swift.exception.ContainerNotFoundException
 
ContainerResponseHandler - Class in ch.iterate.openstack.swift.handler
 
ContainerResponseHandler(Region) - Constructor for class ch.iterate.openstack.swift.handler.ContainerResponseHandler
 
contentLength - Variable in class ch.iterate.openstack.swift.model.MetaData
 
ContentLengthInputStream - Class in ch.iterate.openstack.swift.io
 
ContentLengthInputStream(InputStream, Long) - Constructor for class ch.iterate.openstack.swift.io.ContentLengthInputStream
 
copyObject(Region, String, String, String, String) - Method in class ch.iterate.openstack.swift.Client
This method copies the object found in the source container with the source object name to the destination container with the destination object name.
createContainer(Region, String) - Method in class ch.iterate.openstack.swift.Client
Creates a container
createDLOManifestObject(Region, String, String, String, String) - Method in class ch.iterate.openstack.swift.Client
Create a Dynamic Large Object manifest on the server, including metadata
createDLOManifestObject(Region, String, String, String, String, Map<String, String>) - Method in class ch.iterate.openstack.swift.Client
Create a Dynamic Large Object manifest on the server, including metadata
createPath(Region, String, String) - Method in class ch.iterate.openstack.swift.Client
Creates a path (but not any of the sub portions of the path)
createSLOManifestObject(Region, String, String, String, String, Map<String, String>) - Method in class ch.iterate.openstack.swift.Client
Create a Static Large Object manifest on the server, including metadata

D

DefaultResponseHandler - Class in ch.iterate.openstack.swift.handler
 
DefaultResponseHandler() - Constructor for class ch.iterate.openstack.swift.handler.DefaultResponseHandler
 
deleteContainer(Region, String) - Method in class ch.iterate.openstack.swift.Client
Deletes a container
deleteObject(Region, String, String) - Method in class ch.iterate.openstack.swift.Client
Delete the given object from it's container.
deleteObjects(Region, String, List<String>) - Method in class ch.iterate.openstack.swift.Client
 
disconnect() - Method in class ch.iterate.openstack.swift.Client
Release all connections

E

endSourceReached() - Method in class ch.iterate.openstack.swift.io.SubInputStream
 
equals(Object) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
equals(Object) - Method in class ch.iterate.openstack.swift.model.Container
 
equals(Object) - Method in class ch.iterate.openstack.swift.model.ContainerInfo
 
equals(Object) - Method in class ch.iterate.openstack.swift.model.Region
 
equals(Object) - Method in class ch.iterate.openstack.swift.model.StorageObject
 
eTag - Variable in class ch.iterate.openstack.swift.model.MetaData
 

G

GenericException - Exception in ch.iterate.openstack.swift.exception
 
GenericException(String, Header[], StatusLine) - Constructor for exception ch.iterate.openstack.swift.exception.GenericException
An exception generated when a openstack tries to do something they aren't authorized to do.
GenericException(String, Throwable) - Constructor for exception ch.iterate.openstack.swift.exception.GenericException
 
GenericException(Response) - Constructor for exception ch.iterate.openstack.swift.exception.GenericException
 
getAccountInfo(Region) - Method in class ch.iterate.openstack.swift.Client
Gets information for the given account.
getAuthentication() - Method in class ch.iterate.openstack.swift.Client
 
getAuthToken() - Method in class ch.iterate.openstack.swift.AuthenticationResponse
 
getBytesProduced() - Method in class ch.iterate.openstack.swift.io.SubInputStream
 
getBytesUsed() - Method in class ch.iterate.openstack.swift.model.AccountInfo
Returns the total number of bytes used by all objects in a given account.
getCDNContainerInfo(Region, String) - Method in class ch.iterate.openstack.swift.Client
Gets current CDN sharing status of the container
getCDNManagementUrl() - Method in class ch.iterate.openstack.swift.model.Region
 
getCDNManagementUrl(List<NameValuePair>) - Method in class ch.iterate.openstack.swift.model.Region
 
getCDNManagementUrl(String) - Method in class ch.iterate.openstack.swift.model.Region
 
getCDNManagementUrl(String, String) - Method in class ch.iterate.openstack.swift.model.Region
 
getCdnURL() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getClient() - Method in class ch.iterate.openstack.swift.Client
 
getContainerCount() - Method in class ch.iterate.openstack.swift.model.AccountInfo
The number of containers in a given account.
getContainerInfo(Region, String) - Method in class ch.iterate.openstack.swift.Client
Get basic information on a container (number of items and the total size).
getContainerMetaData(Region, String) - Method in class ch.iterate.openstack.swift.Client
Get an container's metadata
getContentEncoding() - Method in class ch.iterate.openstack.swift.Response
 
getContentLength(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.MetadataResponseHandler
Get the content length of the response (as reported in the header)
getContentLength() - Method in class ch.iterate.openstack.swift.model.MetaData
The size of the object, in bytes
getContentType(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.MetadataResponseHandler
Get the content type
getETag(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.MetadataResponseHandler
The Etag is the same as the objects MD5SUM
getETag() - Method in class ch.iterate.openstack.swift.model.MetaData
The MD5 checksum represented in a hex-encoded string
getHttpHeaders() - Method in exception ch.iterate.openstack.swift.exception.GenericException
 
getHttpHeadersAsString() - Method in exception ch.iterate.openstack.swift.exception.GenericException
 
getHttpStatusCode() - Method in exception ch.iterate.openstack.swift.exception.GenericException
 
getHttpStatusLine() - Method in exception ch.iterate.openstack.swift.exception.GenericException
 
getHttpStatusMessage() - Method in exception ch.iterate.openstack.swift.exception.GenericException
 
getHttpVersion() - Method in exception ch.iterate.openstack.swift.exception.GenericException
 
getiOSStreamingURL() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getLastModified(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.MetadataResponseHandler
The last modified header
getLastModified() - Method in class ch.iterate.openstack.swift.model.MetaData
The last time the object was modified
getLastModified() - Method in class ch.iterate.openstack.swift.model.StorageObject
 
getLength() - Method in class ch.iterate.openstack.swift.io.ContentLengthInputStream
 
getMd5sum() - Method in class ch.iterate.openstack.swift.model.StorageObject
 
getMetaData() - Method in class ch.iterate.openstack.swift.model.MetaData
The metadata associated with this object.
getMimeType() - Method in class ch.iterate.openstack.swift.model.MetaData
The MIME type of the object
getMimeType() - Method in class ch.iterate.openstack.swift.model.StorageObject
 
getName() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getName() - Method in class ch.iterate.openstack.swift.model.Container
Get the name of the container
getName() - Method in class ch.iterate.openstack.swift.model.ContainerInfo
 
getName() - Method in class ch.iterate.openstack.swift.model.StorageObject
 
getObject(Region, String, String) - Method in class ch.iterate.openstack.swift.Client
Get's the given object's content as a stream
getObject(Region, String, String, long) - Method in class ch.iterate.openstack.swift.Client
 
getObject(Region, String, String, long, long) - Method in class ch.iterate.openstack.swift.Client
 
getObjectCount() - Method in class ch.iterate.openstack.swift.model.ContainerInfo
Returns the number of objects in the container
getObjectMetaData(Region, String, String) - Method in class ch.iterate.openstack.swift.Client
Get an object's metadata
getReferrerACL() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getRegion() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getRegion() - Method in class ch.iterate.openstack.swift.model.Container
 
getRegion() - Method in class ch.iterate.openstack.swift.model.ContainerInfo
 
getRegionId() - Method in class ch.iterate.openstack.swift.model.Region
 
getRegions() - Method in class ch.iterate.openstack.swift.AuthenticationResponse
 
getRegions() - Method in class ch.iterate.openstack.swift.Client
 
getResponse() - Method in class ch.iterate.openstack.swift.Response
 
getResponseBody() - Method in class ch.iterate.openstack.swift.Response
Get the body of the response as a byte array
getResponseBodyAsStream() - Method in class ch.iterate.openstack.swift.Response
Get the response body as a Stream
getResponseBodyAsString() - Method in class ch.iterate.openstack.swift.Response
Returns the response body as text
getResponseHeader(String) - Method in class ch.iterate.openstack.swift.Response
Returns the specified response header.
getResponseHeaders() - Method in class ch.iterate.openstack.swift.Response
The HTTP headers from the response
getResponseHeaders(String) - Method in class ch.iterate.openstack.swift.Response
Returns the response headers with the given name.
getRetainLogs() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getSize() - Method in class ch.iterate.openstack.swift.model.StorageObject
 
getSslURL() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getStatusCode() - Method in class ch.iterate.openstack.swift.Response
Get the HTTP status code
getStatusLine() - Method in class ch.iterate.openstack.swift.Response
The HTTP Status line (both the status code and the status message).
getStatusMessage() - Method in class ch.iterate.openstack.swift.Response
Get the HTTP status message
getStorageUrl() - Method in class ch.iterate.openstack.swift.model.Region
 
getStorageUrl(List<NameValuePair>) - Method in class ch.iterate.openstack.swift.model.Region
 
getStorageUrl(String) - Method in class ch.iterate.openstack.swift.model.Region
 
getStorageUrl(String, List<NameValuePair>) - Method in class ch.iterate.openstack.swift.model.Region
 
getStorageUrl(String, String) - Method in class ch.iterate.openstack.swift.model.Region
 
getStorageUrl(String, String, List<NameValuePair>) - Method in class ch.iterate.openstack.swift.model.Region
 
getStreamingURL() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getTempUrlKey() - Method in class ch.iterate.openstack.swift.model.AccountInfo
 
getTotalSize() - Method in class ch.iterate.openstack.swift.model.ContainerInfo
 
getTtl() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getUserAgentACL() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
getVersion() - Method in class ch.iterate.openstack.swift.method.Authentication10UsernameKeyRequest
 
getVersion() - Method in class ch.iterate.openstack.swift.method.Authentication11UsernameKeyRequest
 
getVersion() - Method in class ch.iterate.openstack.swift.method.Authentication20AccessKeySecretKeyRequest
 
getVersion() - Method in class ch.iterate.openstack.swift.method.Authentication20RAXUsernameKeyRequest
 
getVersion() - Method in class ch.iterate.openstack.swift.method.Authentication20UsernameKeyRequest
 
getVersion() - Method in class ch.iterate.openstack.swift.method.Authentication20UsernamePasswordRequest
 
getVersion() - Method in class ch.iterate.openstack.swift.method.Authentication20UsernamePasswordTenantIdRequest
 
getVersion() - Method in class ch.iterate.openstack.swift.method.Authentication3UsernamePasswordProjectRequest
 
getVersion() - Method in interface ch.iterate.openstack.swift.method.AuthenticationRequest
 

H

handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.AccountInfoHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.Authentication10ResponseHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.AuthenticationJson11ResponseHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.AuthenticationJson20ResponseHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.AuthenticationJson3ResponseHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.CdnContainerInfoHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.CdnContainerInfoListHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.ContainerInfoHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.ContainerInfoResponseHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.ContainerMetadataResponseHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.ContainerResponseHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.DefaultResponseHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.ObjectMetadataResponseHandler
 
handleResponse(HttpResponse) - Method in class ch.iterate.openstack.swift.handler.ObjectResponseHandler
 
hashCode() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
hashCode() - Method in class ch.iterate.openstack.swift.model.Container
 
hashCode() - Method in class ch.iterate.openstack.swift.model.ContainerInfo
 
hashCode() - Method in class ch.iterate.openstack.swift.model.Region
 
hashCode() - Method in class ch.iterate.openstack.swift.model.StorageObject
 
HTTP_HEADER_EDITABLE_NAMES - Static variable in class ch.iterate.openstack.swift.Constants
 
HttpMethodReleaseInputStream - Class in ch.iterate.openstack.swift.io
 
HttpMethodReleaseInputStream(HttpResponse) - Constructor for class ch.iterate.openstack.swift.io.HttpMethodReleaseInputStream
 

I

isCDNEnabled(Region, String) - Method in class ch.iterate.openstack.swift.Client
Gets current CDN sharing status of the container
isDefault() - Method in class ch.iterate.openstack.swift.model.Region
 
isEnabled() - Method in class ch.iterate.openstack.swift.model.CDNContainer
 

L

lastModified - Variable in class ch.iterate.openstack.swift.model.MetaData
 
listCdnContainerInfo(Region) - Method in class ch.iterate.openstack.swift.Client
Gets list of all of the containers associated with this account.
listCdnContainerInfo(Region, int) - Method in class ch.iterate.openstack.swift.Client
Gets list of all of the containers associated with this account.
listCdnContainerInfo(Region, int, String) - Method in class ch.iterate.openstack.swift.Client
Gets list of all of the containers associated with this account.
listContainers(Region) - Method in class ch.iterate.openstack.swift.Client
List the containers available in an account.
listContainers(Region, int) - Method in class ch.iterate.openstack.swift.Client
List the containers available in an account.
listContainers(Region, int, String) - Method in class ch.iterate.openstack.swift.Client
List the containers available in an account.
listContainersInfo(Region) - Method in class ch.iterate.openstack.swift.Client
List all of the containers available in an account, ordered by container name.
listContainersInfo(Region, int) - Method in class ch.iterate.openstack.swift.Client
List the containers available in an account, ordered by container name.
listContainersInfo(Region, int, String) - Method in class ch.iterate.openstack.swift.Client
List the containers available in an account, ordered by container name.
listObjects(Region, String) - Method in class ch.iterate.openstack.swift.Client
List the objects in a container in lexicographic order.
listObjects(Region, String, Character) - Method in class ch.iterate.openstack.swift.Client
List the objects in a container in lexicographic order.
listObjects(Region, String, int) - Method in class ch.iterate.openstack.swift.Client
List the objects in a container in lexicographic order.
listObjects(Region, String, String) - Method in class ch.iterate.openstack.swift.Client
List the objects in a container in lexicographic order.
listObjects(Region, String, String, Character) - Method in class ch.iterate.openstack.swift.Client
List the objects in a container in lexicographic order.
listObjects(Region, String, String, int) - Method in class ch.iterate.openstack.swift.Client
List the objects in a container in lexicographic order.
listObjects(Region, String, String, int, String) - Method in class ch.iterate.openstack.swift.Client
List the objects in a container in lexicographic order.
listObjects(Region, String, int, String) - Method in class ch.iterate.openstack.swift.Client
List the objects in a container in lexicographic order.
listObjectSegments(Region, String, String) - Method in class ch.iterate.openstack.swift.Client
Lists the segments associated with an existing object.
listObjectsStartingWith(Region, String, String, String, int, String) - Method in class ch.iterate.openstack.swift.Client
List all of the objects in a container with the given starting string.
listObjectsStartingWith(Region, String, String, String, int, String, Character) - Method in class ch.iterate.openstack.swift.Client
List all of the objects in a container with the given starting string.

M

MANIFEST_HEADER - Static variable in class ch.iterate.openstack.swift.Constants
HTTP Header used for Dynamic Large Object Manifest *
MetaData - Class in ch.iterate.openstack.swift.model
 
MetaData(String, String, String, String) - Constructor for class ch.iterate.openstack.swift.model.MetaData
 
metaData - Variable in class ch.iterate.openstack.swift.model.MetaData
 
MetadataResponseHandler - Class in ch.iterate.openstack.swift.handler
 
MetadataResponseHandler() - Constructor for class ch.iterate.openstack.swift.handler.MetadataResponseHandler
 
mimeType - Variable in class ch.iterate.openstack.swift.model.MetaData
 

N

NotFoundException - Exception in ch.iterate.openstack.swift.exception
 
NotFoundException(Response) - Constructor for exception ch.iterate.openstack.swift.exception.NotFoundException
 

O

ObjectMetadata - Class in ch.iterate.openstack.swift.model
 
ObjectMetadata(String, String, String, String) - Constructor for class ch.iterate.openstack.swift.model.ObjectMetadata
An object storing the metadata for an FS Cloud object
ObjectMetadataResponseHandler - Class in ch.iterate.openstack.swift.handler
 
ObjectMetadataResponseHandler() - Constructor for class ch.iterate.openstack.swift.handler.ObjectMetadataResponseHandler
 
ObjectResponseHandler - Class in ch.iterate.openstack.swift.handler
 
ObjectResponseHandler() - Constructor for class ch.iterate.openstack.swift.handler.ObjectResponseHandler
 

P

purgeCDNContainer(Region, String, String) - Method in class ch.iterate.openstack.swift.Client
Purges all items from a given container from the CDN
purgeCDNObject(Region, String, String, String) - Method in class ch.iterate.openstack.swift.Client
Purges all items from a given container from the CDN

R

read() - Method in class ch.iterate.openstack.swift.io.SubInputStream
 
read(byte[]) - Method in class ch.iterate.openstack.swift.io.SubInputStream
 
read(byte[], int, int) - Method in class ch.iterate.openstack.swift.io.SubInputStream
 
readMoreBytes(long) - Method in class ch.iterate.openstack.swift.io.SubInputStream
 
Region - Class in ch.iterate.openstack.swift.model
 
Region(String, URI, URI) - Constructor for class ch.iterate.openstack.swift.model.Region
 
Region(String, URI, URI, boolean) - Constructor for class ch.iterate.openstack.swift.model.Region
 
Response - Class in ch.iterate.openstack.swift
 
Response(HttpResponse) - Constructor for class ch.iterate.openstack.swift.Response
 

S

setBytesUsed(long) - Method in class ch.iterate.openstack.swift.model.AccountInfo
 
setCdnURL(String) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
setContainerCount(int) - Method in class ch.iterate.openstack.swift.model.AccountInfo
 
setEnabled(boolean) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
setiOSStreamingURL(String) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
setLastModified(String) - Method in class ch.iterate.openstack.swift.model.StorageObject
 
setMd5sum(String) - Method in class ch.iterate.openstack.swift.model.StorageObject
 
setMetaData(Map<String, String>) - Method in class ch.iterate.openstack.swift.model.MetaData
Set new metatdata for this object.
setMimeType(String) - Method in class ch.iterate.openstack.swift.model.StorageObject
 
setName(String) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
setReferrerACL(String) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
setRetainLogs(boolean) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
setSize(Long) - Method in class ch.iterate.openstack.swift.model.StorageObject
 
setSslURL(String) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
setStreamingURL(String) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
setTempUrlKey(String) - Method in class ch.iterate.openstack.swift.model.AccountInfo
 
setTtl(int) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
setUserAgentACL(String) - Method in class ch.iterate.openstack.swift.model.CDNContainer
 
skip(long) - Method in class ch.iterate.openstack.swift.io.SubInputStream
 
StorageObject - Class in ch.iterate.openstack.swift.model
 
StorageObject(String) - Constructor for class ch.iterate.openstack.swift.model.StorageObject
Creates a new FilesObject with data from the server
storeObject(Region, String, InputStream, String, String, Map<String, String>) - Method in class ch.iterate.openstack.swift.Client
Store a file on the server, including metadata, with the contents coming from an input stream.
storeObject(Region, String, String, HttpEntity, Map<String, String>, String) - Method in class ch.iterate.openstack.swift.Client
 
storeObject(Region, String, String, HttpEntity, Map<String, String>, String, Long, Long, Boolean, String, String, Boolean) - Method in class ch.iterate.openstack.swift.Client
 
storeObject(Region, String, String, HttpEntity, Map<String, String>, String, Long) - Method in class ch.iterate.openstack.swift.Client
 
SubInputStream - Class in ch.iterate.openstack.swift.io
A SubInputStream class that provides a shorter sub-stream from a given InputStream.
SubInputStream(InputStream, long, boolean) - Constructor for class ch.iterate.openstack.swift.io.SubInputStream
 

U

updateAccountMetadata(Region, Map<String, String>) - Method in class ch.iterate.openstack.swift.Client
 
updateContainerMetadata(Region, String, Map<String, String>) - Method in class ch.iterate.openstack.swift.Client
 
updateObjectManifest(Region, String, String, String) - Method in class ch.iterate.openstack.swift.Client
 
updateObjectMetadata(Region, String, String, Map<String, String>) - Method in class ch.iterate.openstack.swift.Client
 
updateObjectMetadataAndManifest(Region, String, String, Map<String, String>, String) - Method in class ch.iterate.openstack.swift.Client
 

V

valueOf(String) - Static method in enum ch.iterate.openstack.swift.Client.AuthVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.iterate.openstack.swift.Client.AuthVersion
Returns an array containing the constants of this enum type, in the order they are declared.

X

X_ACCOUNT_BYTES_USED - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned on a HEAD request against an Account.
X_ACCOUNT_CONTAINER_COUNT - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned on a HEAD request against an Account.
X_ACCOUNT_META_TEMP_URL_KEY - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned on a HEAD request against an Account.
X_AUTH_TOKEN - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that identifies the Storage Token after a successful user login
X_CDN_ENABLED - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned by calls to the CDN Management API
X_CDN_IOS_URI - Static variable in class ch.iterate.openstack.swift.Constants
 
X_CDN_MANAGEMENT_URL - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header that identifies the CDN Management URL after a successful login
X_CDN_REFERRER_ACL - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned by calls to the CDN Management API
X_CDN_RETAIN_LOGS - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned by calls to the CDN Management API
X_CDN_SSL_URI - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned by calls to the CDN Management API
X_CDN_Streaming_URI - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned by calls to the CDN Management API
X_CDN_TTL - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned by calls to the CDN Management API
X_CDN_URI - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned by calls to the CDN Management API
X_CDN_USER_AGENT_ACL - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned by calls to the CDN Management API
X_CONTAINER_BYTES_USED - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned on a HEAD request against a Container.
X_CONTAINER_META - Static variable in class ch.iterate.openstack.swift.Constants
 
X_CONTAINER_OBJECT_COUNT - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that is returned on a HEAD request against a Container.
X_CONTAINER_READ - Static variable in class ch.iterate.openstack.swift.Constants
Container ACLs to grant other users permission to read and/or write objects in specific containers
X_CONTAINER_WRITE - Static variable in class ch.iterate.openstack.swift.Constants
Container ACLs to grant other users permission to read and/or write objects in specific containers
X_COPY_FROM - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header used by Cloud Files for the source of an object being copied.
X_OBJECT_META - Static variable in class ch.iterate.openstack.swift.Constants
Prefix Cloud Files expects on all Meta data headers on Objects *
X_PURGE_EMAIL - Static variable in class ch.iterate.openstack.swift.Constants
 
X_STATIC_LARGE_OBJECT - Static variable in class ch.iterate.openstack.swift.Constants
HTTP Header used for Static Large Object Manifest Indicator *
X_STORAGE_PASS_DEFAULT - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that identifies the password
X_STORAGE_URL - Static variable in class ch.iterate.openstack.swift.Constants
HTTP header token that identifies the Storage URL after a successful user login
X_STORAGE_USER_DEFAULT - Static variable in class ch.iterate.openstack.swift.Constants
HTTP Header token that identifies the username
A C D E G H I L M N O P R S U V X 
Skip navigation links

Copyright © 2020. All rights reserved.