Uses of Class
org.eclipse.jetty.client.HttpReceiver.ResponseState
-
Packages that use HttpReceiver.ResponseState 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 HttpReceiver.ResponseState in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client with type parameters of type HttpReceiver.ResponseState Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<HttpReceiver.ResponseState>HttpReceiver. responseStateMethods in org.eclipse.jetty.client that return HttpReceiver.ResponseState Modifier and Type Method Description static HttpReceiver.ResponseStateHttpReceiver.ResponseState. valueOf(java.lang.String name)Returns 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.ResponseState Modifier and Type Method Description private booleanHttpReceiver. updateResponseState(HttpReceiver.ResponseState from, HttpReceiver.ResponseState to)private booleanHttpReceiver. updateResponseState(HttpReceiver.ResponseState from1, HttpReceiver.ResponseState from2, HttpReceiver.ResponseState to)
-