Uses of Class
org.apache.http.impl.client.cache.RequestProtocolError
-
Packages that use RequestProtocolError 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. -
-
Uses of RequestProtocolError in org.apache.http.impl.client.cache
Methods in org.apache.http.impl.client.cache that return RequestProtocolError Modifier and Type Method Description private RequestProtocolErrorRequestProtocolCompliance. requestContainsNoCacheDirectiveWithFieldName(org.apache.http.HttpRequest request)private RequestProtocolErrorRequestProtocolCompliance. requestHasWeakETagAndRange(org.apache.http.HttpRequest request)private RequestProtocolErrorRequestProtocolCompliance. requestHasWeekETagForPUTOrDELETEIfMatch(org.apache.http.HttpRequest request)static RequestProtocolErrorRequestProtocolError. 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.Methods in org.apache.http.impl.client.cache that return types with arguments of type RequestProtocolError Modifier and Type Method Description java.util.List<RequestProtocolError>RequestProtocolCompliance. requestIsFatallyNonCompliant(org.apache.http.HttpRequest request)Test to see if theHttpRequestis HTTP1.1 compliant or not and if not, we can not continue.Methods in org.apache.http.impl.client.cache with parameters of type RequestProtocolError Modifier and Type Method Description org.apache.http.HttpResponseRequestProtocolCompliance. getErrorForRequest(RequestProtocolError errorCheck)Extract error information about theHttpRequesttelling the 'caller' that a problem occured.
-