Package | Description |
---|---|
org.apache.http.impl.client.cache |
This package contains a cache module that can be used for HTTP/1.1
client-side caching.
|
Modifier and Type | Method and Description |
---|---|
private RequestProtocolError |
RequestProtocolCompliance.requestContainsNoCacheDirectiveWithFieldName(org.apache.http.HttpRequest request) |
private RequestProtocolError |
RequestProtocolCompliance.requestHasWeakETagAndRange(org.apache.http.HttpRequest request) |
private RequestProtocolError |
RequestProtocolCompliance.requestHasWeekETagForPUTOrDELETEIfMatch(org.apache.http.HttpRequest request) |
static RequestProtocolError |
RequestProtocolError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestProtocolError[] |
RequestProtocolError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RequestProtocolError> |
RequestProtocolCompliance.requestIsFatallyNonCompliant(org.apache.http.HttpRequest request)
Test to see if the
HttpRequest is HTTP1.1 compliant or not
and if not, we can not continue. |
Modifier and Type | Method and Description |
---|---|
org.apache.http.HttpResponse |
RequestProtocolCompliance.getErrorForRequest(RequestProtocolError errorCheck)
Extract error information about the
HttpRequest telling the 'caller'
that a problem occured. |