public static class ReactiveResponse.Event extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
ReactiveResponse.Event.Type |
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) |
Modifier and Type | Method | 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 The Jetty Project. All rights reserved.