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