| Package | Description |
|---|---|
| org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
| Modifier and Type | Class and Description |
|---|---|
class |
FuturePromise<C> |
static class |
Promise.Adapter<C>
Empty implementation of
Promise |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SocketAddressResolver.resolve(String host,
int port,
long timeout,
Promise<SocketAddress> promise)
Resolves the given host and port, returning a
SocketAddress through the given Promise
with the given timeout. |
void |
SocketAddressResolver.resolve(String host,
int port,
Promise<SocketAddress> promise)
Resolves the given host and port, returning a
SocketAddress through the given Promise
with the default timeout. |
Copyright © 1995-2015 Webtide. All Rights Reserved.