Uses of Enum Class
org.eclipse.jetty.reactive.client.ReactiveResponse.Event.Type
-
Uses of ReactiveResponse.Event.Type in org.eclipse.jetty.reactive.client
Subclasses with type arguments of type ReactiveResponse.Event.Type in org.eclipse.jetty.reactive.clientMethods in org.eclipse.jetty.reactive.client that return ReactiveResponse.Event.TypeModifier and TypeMethodDescriptionReactiveResponse.Event.getType()static ReactiveResponse.Event.TypeReturns the enum constant of this class with the specified name.static ReactiveResponse.Event.Type[]ReactiveResponse.Event.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jetty.reactive.client with parameters of type ReactiveResponse.Event.TypeModifierConstructorDescriptionEvent(ReactiveResponse.Event.Type type, ReactiveResponse response) Event(ReactiveResponse.Event.Type type, ReactiveResponse response, Throwable failure) Event(ReactiveResponse.Event.Type type, ReactiveResponse response, ByteBuffer content)