public interface ContentMetadata
Modifier and Type | Field and Description |
---|---|
static Set<String> |
HTTP_HEADERS |
Modifier and Type | Method and Description |
---|---|
String |
getContentDisposition()
Specifies presentational information for the object.
|
String |
getContentEncoding()
Specifies what content encodings have been applied to the object and thus what decoding
mechanisms must be applied in order to obtain the media-type referenced by the Content-Type
header field.
|
String |
getContentLanguage()
Get Content Language of the payload
Not all providers may support it
|
Long |
getContentLength()
Returns the total size of the payload, or the chunk that's available.
|
byte[] |
getContentMD5() |
String |
getContentType()
A standard MIME type describing the format of the contents.
|
ContentMetadataBuilder |
toBuilder() |
@Nullable Long getContentLength()
org.jclouds.http.GetOptions
is called with options like
tail, range, or startAt.#getInput()
HttpHeaders.CONTENT_LENGTH
,
GetOptions
@Nullable String getContentDisposition()
@Nullable String getContentEncoding()
@Nullable String getContentType()
@Nullable byte[] getContentMD5()
@Nullable String getContentLanguage()
ContentMetadataBuilder toBuilder()
Copyright © 2009-2012 jclouds. All Rights Reserved.