Uses of Enum Class
org.eclipse.jetty.reactive.client.ReactiveRequest.Event.Type
-
Uses of ReactiveRequest.Event.Type in org.eclipse.jetty.reactive.client
Subclasses with type arguments of type ReactiveRequest.Event.Type in org.eclipse.jetty.reactive.clientMethods in org.eclipse.jetty.reactive.client that return ReactiveRequest.Event.TypeModifier and TypeMethodDescriptionReactiveRequest.Event.getType()static ReactiveRequest.Event.TypeReturns the enum constant of this class with the specified name.static ReactiveRequest.Event.Type[]ReactiveRequest.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 ReactiveRequest.Event.TypeModifierConstructorDescriptionEvent(ReactiveRequest.Event.Type type, ReactiveRequest request) Event(ReactiveRequest.Event.Type type, ReactiveRequest request, Throwable failure) Event(ReactiveRequest.Event.Type type, ReactiveRequest request, ByteBuffer content)