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
Subclasses with type arguments of type HttpSender.RequestState in org.eclipse.jetty.clientModifier and TypeClassDescriptionprivate static enumThe request statesHttpSendergoes through when sending a request.Fields in org.eclipse.jetty.client with type parameters of type HttpSender.RequestStateModifier and TypeFieldDescriptionprivate final AtomicReference<HttpSender.RequestState> HttpSender.requestStateMethods in org.eclipse.jetty.client that return HttpSender.RequestStateModifier and TypeMethodDescriptionstatic HttpSender.RequestStateReturns 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 booleanHttpSender.updateRequestState(HttpSender.RequestState from, HttpSender.RequestState to)