Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.client.api |
Jetty Client : API Classes
|
org.eclipse.jetty.client.http | |
org.eclipse.jetty.fcgi.client.http | |
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
Modifier and Type | Class and Description |
---|---|
class |
MultiplexHttpDestination<C extends Connection> |
class |
PoolingHttpDestination<C extends Connection> |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpDestination.createConnection(Promise<Connection> promise) |
protected void |
HttpClient.newConnection(HttpDestination destination,
Promise<Connection> promise) |
void |
HttpDestination.newConnection(Promise<Connection> promise) |
Constructor and Description |
---|
ConnectionPool(Destination destination,
int maxConnections,
Promise<Connection> connectionPromise) |
LeakTrackingConnectionPool(Destination destination,
int maxConnections,
Promise<Connection> connectionPromise) |
Modifier and Type | Method and Description |
---|---|
void |
Destination.newConnection(Promise<Connection> promise)
Creates asynchronously a new, unpooled,
Connection that will be returned
at a later time through the given Promise . |
Modifier and Type | Class and Description |
---|---|
class |
HttpDestinationOverHTTP |
Modifier and Type | Class and Description |
---|---|
class |
HttpDestinationOverFCGI |
class |
MultiplexHttpDestinationOverFCGI |
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. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectPromise
Holder for the pending connect information.
|
Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.