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