Uses of Enum Class
org.eclipse.jetty.client.HttpReceiver.ResponseState
Packages that use HttpReceiver.ResponseState
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of HttpReceiver.ResponseState in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client with type parameters of type HttpReceiver.ResponseStateModifier and TypeFieldDescriptionprivate final AtomicReference<HttpReceiver.ResponseState>
HttpReceiver.responseState
Methods in org.eclipse.jetty.client that return HttpReceiver.ResponseStateModifier and TypeMethodDescriptionstatic HttpReceiver.ResponseState
Returns the enum constant of this class with the specified name.static HttpReceiver.ResponseState[]
HttpReceiver.ResponseState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.client with parameters of type HttpReceiver.ResponseStateModifier and TypeMethodDescriptionprivate boolean
HttpReceiver.updateResponseState
(HttpReceiver.ResponseState from, HttpReceiver.ResponseState to) private boolean
HttpReceiver.updateResponseState
(HttpReceiver.ResponseState from1, HttpReceiver.ResponseState from2, HttpReceiver.ResponseState to)