Uses of Class
org.eclipse.jetty.client.HttpSender.RequestState
-
Packages that use HttpSender.RequestState Package Description org.eclipse.jetty.client 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.RequestState Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<HttpSender.RequestState>
HttpSender. requestState
Methods in org.eclipse.jetty.client that return HttpSender.RequestState Modifier and Type Method Description static HttpSender.RequestState
HttpSender.RequestState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HttpSender.RequestState[]
HttpSender.RequestState. 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 HttpSender.RequestState Modifier and Type Method Description private boolean
HttpSender. updateRequestState(HttpSender.RequestState from, HttpSender.RequestState to)
-