Uses of Class
org.apache.hc.client5.http.impl.cache.RequestProtocolError
-
Packages that use RequestProtocolError Package Description org.apache.hc.client5.http.impl.cache Caching API implementation for both the classic and the asynchronous HTTP transports. -
-
Uses of RequestProtocolError in org.apache.hc.client5.http.impl.cache
Methods in org.apache.hc.client5.http.impl.cache that return RequestProtocolError Modifier and Type Method Description private RequestProtocolError
RequestProtocolCompliance. requestContainsNoCacheDirectiveWithFieldName(org.apache.hc.core5.http.HttpRequest request)
private RequestProtocolError
RequestProtocolCompliance. requestHasWeakETagAndRange(org.apache.hc.core5.http.HttpRequest request)
private RequestProtocolError
RequestProtocolCompliance. requestHasWeekETagForPUTOrDELETEIfMatch(org.apache.hc.core5.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.Methods in org.apache.hc.client5.http.impl.cache that return types with arguments of type RequestProtocolError Modifier and Type Method Description java.util.List<RequestProtocolError>
RequestProtocolCompliance. requestIsFatallyNonCompliant(org.apache.hc.core5.http.HttpRequest request)
Test to see if theHttpRequest
is HTTP1.1 compliant or not and if not, we can not continue.Methods in org.apache.hc.client5.http.impl.cache with parameters of type RequestProtocolError Modifier and Type Method Description SimpleHttpResponse
CachedHttpResponseGenerator. getErrorForRequest(RequestProtocolError errorCheck)
Extract error information about theHttpRequest
telling the 'caller' that a problem occurred.
-