Uses of Enum Class
de.cuioss.http.client.result.HttpResultState
Packages that use HttpResultState
Package
Description
HTTP-specific result pattern implementation that extends the CUI result framework
with semantics tailored for HTTP operations and ETag caching.
-
Uses of HttpResultState in de.cuioss.http.client.result
Fields in de.cuioss.http.client.result with type parameters of type HttpResultStateModifier and TypeFieldDescriptionstatic final Set<HttpResultState> HttpResultState.CACHE_STATESStates that indicate successful content retrieval from cache.static final Set<HttpResultState> HttpResultState.DEGRADED_STATESStates that indicate content freshness concerns.static final Set<HttpResultState> HttpResultState.MUST_BE_HANDLEDStates that must be handled before accessing the result.static final Set<HttpResultState> HttpResultState.SUCCESS_STATESStates that indicate successful operation completion.Methods in de.cuioss.http.client.result that return HttpResultStateModifier and TypeMethodDescriptionstatic HttpResultStateReturns the enum constant of this class with the specified name.static HttpResultState[]HttpResultState.values()Returns an array containing the constants of this enum class, in the order they are declared.