Uses of Enum Class
org.eclipse.jetty.client.HttpSender.RequestState
Packages that use HttpSender.RequestState
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of HttpSender.RequestState in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client with type parameters of type HttpSender.RequestStateModifier and TypeFieldDescriptionprivate final AtomicReference<HttpSender.RequestState>
HttpSender.requestState
Methods in org.eclipse.jetty.client that return HttpSender.RequestStateModifier and TypeMethodDescriptionstatic HttpSender.RequestState
Returns the enum constant of this class with the specified name.static HttpSender.RequestState[]
HttpSender.RequestState.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 HttpSender.RequestStateModifier and TypeMethodDescriptionprivate boolean
HttpSender.updateRequestState
(HttpSender.RequestState from, HttpSender.RequestState to)