| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FuturePromise<C> |
|
static class |
Promise.Adapter<C> |
Empty implementation of
Promise |
static class |
Promise.Wrapper<W> |
| Modifier and Type | Method | Description |
|---|---|---|
Promise<W> |
Promise.Wrapper.getPromise() |
|
Promise<W> |
Promise.Wrapper.unwrap() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SocketAddressResolver.Async.resolve(java.lang.String host,
int port,
Promise<java.util.List<java.net.InetSocketAddress>> promise) |
|
void |
SocketAddressResolver.resolve(java.lang.String host,
int port,
Promise<java.util.List<java.net.InetSocketAddress>> promise) |
Resolves the given host and port, returning a
SocketAddress through the given Promise
with the default timeout. |
void |
SocketAddressResolver.Sync.resolve(java.lang.String host,
int port,
Promise<java.util.List<java.net.InetSocketAddress>> promise) |
| Constructor | Description |
|---|---|
Wrapper(Promise<W> promise) |
Copyright © 1995–2018 Webtide. All rights reserved.