| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Callback.NonBlocking
Callback interface that declares itself as non-blocking
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingCallback
Deprecated.
|
static class |
Callback.Adapter
Deprecated.
|
class |
CompletableCallback
A callback to be used by driver code that needs to know whether the callback has been
succeeded or failed (that is, completed) just after the asynchronous operation or not,
typically because further processing depends on the callback being completed.
|
class |
CountingCallback
A callback wrapper that succeeds the wrapped callback when the count is
reached, or on first failure.
|
class |
FutureCallback |
class |
IteratingCallback
This specialized callback implements a pattern that allows
a large job to be broken into smaller tasks using iteration
rather than recursion.
|
class |
IteratingNestedCallback
Iterating Nested Callback.
|
class |
SharedBlockingCallback.Blocker
A Closeable Callback.
|
| Modifier and Type | Field and Description |
|---|---|
static Callback |
Callback.NOOP
Instance of Adapter that can be used when the callback methods need an empty
implementation without incurring in the cost of allocating a new Adapter object.
|
| Constructor and Description |
|---|
CountingCallback(Callback callback,
int count) |
IteratingNestedCallback(Callback callback) |
Copyright © 1995-2015 Webtide. All Rights Reserved.