|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.io.payloads.BaseImmutableContentMetadata
public class BaseImmutableContentMetadata
| Field Summary | |
|---|---|
protected String |
contentDisposition
|
protected String |
contentEncoding
|
protected String |
contentLanguage
|
protected Long |
contentLength
|
protected byte[] |
contentMD5
|
protected String |
contentType
|
| Fields inherited from interface org.jclouds.io.ContentMetadata |
|---|
HTTP_HEADERS |
| Constructor Summary | |
|---|---|
BaseImmutableContentMetadata(String contentType,
Long contentLength,
byte[] contentMD5,
String contentDisposition,
String contentLanguage,
String contentEncoding)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
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. |
int |
hashCode()
|
ContentMetadataBuilder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String contentType
protected Long contentLength
protected byte[] contentMD5
protected String contentDisposition
protected String contentLanguage
protected String contentEncoding
| Constructor Detail |
|---|
public BaseImmutableContentMetadata(String contentType,
Long contentLength,
byte[] contentMD5,
String contentDisposition,
String contentLanguage,
String contentEncoding)
| Method Detail |
|---|
public Long getContentLength()
org.jclouds.http.GetOptions is called with options like
tail, range, or startAt.
getContentLength in interface ContentMetadata#getInput()HttpHeaders.CONTENT_LENGTH,
GetOptionspublic byte[] getContentMD5()
getContentMD5 in interface ContentMetadatapublic String getContentType()
getContentType in interface ContentMetadatapublic String getContentDisposition()
getContentDisposition in interface ContentMetadatapublic String getContentLanguage()
getContentLanguage in interface ContentMetadatapublic String getContentEncoding()
getContentEncoding in interface ContentMetadatapublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic ContentMetadataBuilder toBuilder()
toBuilder in interface ContentMetadata
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||