Uses of Enum Class
org.eclipse.jetty.client.HttpExchange.State
Packages that use HttpExchange.State
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
-
Uses of HttpExchange.State in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpExchange.StateModifier and TypeFieldDescriptionprivate HttpExchange.State
HttpExchange.requestState
private HttpExchange.State
HttpExchange.responseState
Methods in org.eclipse.jetty.client that return HttpExchange.StateModifier and TypeMethodDescriptionstatic HttpExchange.State
Returns the enum constant of this class with the specified name.static HttpExchange.State[]
HttpExchange.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.