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