Uses of Class
org.eclipse.jetty.client.HttpExchange.State
-
Packages that use HttpExchange.State 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 HttpExchange.State in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpExchange.State Modifier and Type Field Description private HttpExchange.StateHttpExchange. requestStateprivate HttpExchange.StateHttpExchange. responseStateMethods in org.eclipse.jetty.client that return HttpExchange.State Modifier and Type Method Description static HttpExchange.StateHttpExchange.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpExchange.State[]HttpExchange.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-