Uses of Enum
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
Subclasses with type arguments of type HttpReceiver.ResponseState in org.eclipse.jetty.clientModifier and TypeClassDescriptionprivate static enumThe request statesHttpReceivergoes through when receiving a response.Fields in org.eclipse.jetty.client with type parameters of type HttpReceiver.ResponseStateModifier and TypeFieldDescriptionprivate final AtomicReference<HttpReceiver.ResponseState> HttpReceiver.responseStateMethods in org.eclipse.jetty.client that return HttpReceiver.ResponseStateModifier and TypeMethodDescriptionstatic HttpReceiver.ResponseStateReturns the enum constant of this type with the specified name.static HttpReceiver.ResponseState[]HttpReceiver.ResponseState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.client with parameters of type HttpReceiver.ResponseStateModifier and TypeMethodDescriptionprivate booleanHttpReceiver.updateResponseState(HttpReceiver.ResponseState from, HttpReceiver.ResponseState to) private booleanHttpReceiver.updateResponseState(HttpReceiver.ResponseState from1, HttpReceiver.ResponseState from2, HttpReceiver.ResponseState to)