Uses of Enum Class
org.eclipse.jetty.client.HttpSender.SenderState
Packages that use HttpSender.SenderState
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.SenderState in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client with type parameters of type HttpSender.SenderStateModifier and TypeFieldDescriptionprivate final AtomicReference<HttpSender.SenderState> HttpSender.senderStateMethods in org.eclipse.jetty.client that return HttpSender.SenderStateModifier and TypeMethodDescriptionstatic HttpSender.SenderStateReturns the enum constant of this class with the specified name.static HttpSender.SenderState[]HttpSender.SenderState.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.SenderStateModifier and TypeMethodDescriptionprivate voidHttpSender.illegalSenderState(HttpSender.SenderState current) private booleanHttpSender.updateSenderState(HttpSender.SenderState from, HttpSender.SenderState to)