public class QueuedSinglePublisher<T> extends AbstractSinglePublisher<T>
| Modifier and Type | Field | Description |
|---|---|---|
static org.eclipse.jetty.reactive.client.internal.QueuedSinglePublisher.Terminal |
COMPLETE |
| Constructor | Description |
|---|---|
QueuedSinglePublisher() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
complete() |
|
void |
fail(Throwable failure) |
|
void |
offer(T item) |
|
protected void |
onRequest(long n) |
cancel, onFailure, request, subscribe, subscriberpublic static final org.eclipse.jetty.reactive.client.internal.QueuedSinglePublisher.Terminal COMPLETE
public void offer(T item)
public void complete()
public void fail(Throwable failure)
protected void onRequest(long n)
onRequest in class AbstractSinglePublisher<T>Copyright © 2017 The Jetty Project. All rights reserved.