public static class ReactiveResponse.Event extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReactiveResponse.Event.Type |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getContent() |
Throwable |
getFailure() |
ReactiveResponse |
getResponse() |
ReactiveResponse.Event.Type |
getType() |
public Event(ReactiveResponse.Event.Type type, ReactiveResponse response)
public Event(ReactiveResponse.Event.Type type, ReactiveResponse response, ByteBuffer content)
public Event(ReactiveResponse.Event.Type type, ReactiveResponse response, Throwable failure)
public ReactiveResponse.Event.Type getType()
public ReactiveResponse getResponse()
public ByteBuffer getContent()
public Throwable getFailure()
Copyright © 2017–2024 The Jetty Project. All rights reserved.