Uses of Enum
org.eclipse.jetty.reactive.client.ReactiveResponse.Event.Type
-
Uses of ReactiveResponse.Event.Type in org.eclipse.jetty.reactive.client
Methods in org.eclipse.jetty.reactive.client that return ReactiveResponse.Event.TypeModifier and TypeMethodDescriptionReactiveResponse.Event.getType()static ReactiveResponse.Event.TypeReturns 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.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)