|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentMetadata
Field Summary | |
---|---|
static Set<String> |
HTTP_HEADERS
|
Method Summary | |
---|---|
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()
|
Field Detail |
---|
static final Set<String> HTTP_HEADERS
Method Detail |
---|
@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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |