| Package | Description |
|---|---|
| org.eclipse.jetty.reactive.client |
| Modifier and Type | Method and Description |
|---|---|
ReactiveRequest.Event.Type |
ReactiveRequest.Event.getType() |
static ReactiveRequest.Event.Type |
ReactiveRequest.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.
|
| Constructor and Description |
|---|
Event(ReactiveRequest.Event.Type type,
ReactiveRequest request) |
Event(ReactiveRequest.Event.Type type,
ReactiveRequest request,
ByteBuffer content) |
Event(ReactiveRequest.Event.Type type,
ReactiveRequest request,
Throwable failure) |
Copyright © 2017–2024 The Jetty Project. All rights reserved.