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