public abstract class MetadataResponseHandler extends Object
| Constructor and Description |
|---|
MetadataResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getContentLength(org.apache.http.HttpResponse response)
Get the content length of the response (as reported in the header)
|
protected String |
getContentType(org.apache.http.HttpResponse response)
Get the content type
|
protected String |
getETag(org.apache.http.HttpResponse response)
The Etag is the same as the objects MD5SUM
|
protected String |
getLastModified(org.apache.http.HttpResponse response)
The last modified header
|
protected String getETag(org.apache.http.HttpResponse response)
protected String getLastModified(org.apache.http.HttpResponse response)
protected String getContentType(org.apache.http.HttpResponse response)
protected String getContentLength(org.apache.http.HttpResponse response)
Copyright © 2020. All rights reserved.