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