Uses of Class
org.eclipse.jetty.reactive.client.ReactiveRequest.Event.Type
| Package | Description |
|---|---|
| org.eclipse.jetty.reactive.client |
-
Uses of ReactiveRequest.Event.Type in org.eclipse.jetty.reactive.client
Methods in org.eclipse.jetty.reactive.client that return ReactiveRequest.Event.Type Modifier and Type Method Description ReactiveRequest.Event.TypeReactiveRequest.Event. getType()static ReactiveRequest.Event.TypeReactiveRequest.Event.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ReactiveRequest.Event.Type[]ReactiveRequest.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 ReactiveRequest.Event.Type Constructor Description Event(ReactiveRequest.Event.Type type, ReactiveRequest request)Event(ReactiveRequest.Event.Type type, ReactiveRequest request, Throwable failure)Event(ReactiveRequest.Event.Type type, ReactiveRequest request, ByteBuffer content)