Uses of Class
org.eclipse.jetty.reactive.client.ReactiveResponse.Event.Type
| Package | Description |
|---|---|
| org.eclipse.jetty.reactive.client |
-
Uses of ReactiveResponse.Event.Type in org.eclipse.jetty.reactive.client
Methods in org.eclipse.jetty.reactive.client that return ReactiveResponse.Event.Type Modifier and Type Method Description ReactiveResponse.Event.TypeReactiveResponse.Event. getType()static ReactiveResponse.Event.TypeReactiveResponse.Event.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ReactiveResponse.Event.Type[]ReactiveResponse.Event.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jetty.reactive.client with parameters of type ReactiveResponse.Event.Type Constructor Description Event(ReactiveResponse.Event.Type type, ReactiveResponse response)Event(ReactiveResponse.Event.Type type, ReactiveResponse response, Throwable failure)Event(ReactiveResponse.Event.Type type, ReactiveResponse response, ByteBuffer content)