Uses of Enum
org.apache.hc.client5.http.impl.cache.RequestProtocolError
Packages that use RequestProtocolError
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of RequestProtocolError in org.apache.hc.client5.http.impl.cache
Subclasses with type arguments of type RequestProtocolError in org.apache.hc.client5.http.impl.cacheMethods in org.apache.hc.client5.http.impl.cache that return RequestProtocolErrorModifier and TypeMethodDescriptionprivate RequestProtocolErrorRequestProtocolCompliance.requestContainsNoCacheDirectiveWithFieldName(org.apache.hc.core5.http.HttpRequest request) private RequestProtocolErrorRequestProtocolCompliance.requestHasWeakETagAndRange(org.apache.hc.core5.http.HttpRequest request) private RequestProtocolErrorRequestProtocolCompliance.requestHasWeekETagForPUTOrDELETEIfMatch(org.apache.hc.core5.http.HttpRequest request) static RequestProtocolErrorReturns 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 RequestProtocolErrorModifier and TypeMethodDescriptionRequestProtocolCompliance.requestIsFatallyNonCompliant(org.apache.hc.core5.http.HttpRequest request) Test to see if theHttpRequestis 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 RequestProtocolErrorModifier and TypeMethodDescriptionCachedHttpResponseGenerator.getErrorForRequest(RequestProtocolError errorCheck) Extract error information about theHttpRequesttelling the 'caller' that a problem occurred.