| 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.http | |
| org.eclipse.jetty.client.util |
Jetty Client : Utility Classes
|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
| org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
| org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler.gzip |
Jetty GZIP Handler
|
| org.eclipse.jetty.server.nio |
Jetty Server : Core Server Connector
|
| Modifier and Type | Field and Description |
|---|---|
private ByteBufferPool |
GZIPContentDecoder.Factory.byteBufferPool |
private ByteBufferPool |
HttpClient.byteBufferPool |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferPool |
HttpClient.getByteBufferPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClient.setByteBufferPool(ByteBufferPool byteBufferPool) |
| Constructor and Description |
|---|
Factory(ByteBufferPool byteBufferPool) |
Factory(ByteBufferPool byteBufferPool,
int bufferSize) |
GZIPContentDecoder(ByteBufferPool byteBufferPool,
int bufferSize) |
| Modifier and Type | Field and Description |
|---|---|
private ByteBufferPool |
HttpSenderOverHTTP.ByteBufferRecyclerCallback.pool |
| Constructor and Description |
|---|
ByteBufferRecyclerCallback(Callback callback,
ByteBufferPool pool,
java.nio.ByteBuffer... buffers) |
| Modifier and Type | Field and Description |
|---|---|
private ByteBufferPool |
PathContentProvider.bufferPool |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferPool |
PathContentProvider.getByteBufferPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathContentProvider.setByteBufferPool(ByteBufferPool byteBufferPool) |
| Modifier and Type | Field and Description |
|---|---|
private ByteBufferPool |
GZIPContentDecoder._pool |
| Constructor and Description |
|---|
GZIPContentDecoder(ByteBufferPool pool,
int bufferSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayByteBufferPool |
class |
LeakTrackingByteBufferPool |
class |
MappedByteBufferPool |
static class |
MappedByteBufferPool.Tagged |
| Modifier and Type | Field and Description |
|---|---|
private ByteBufferPool |
ByteBufferPool.Bucket._pool |
private ByteBufferPool |
ByteBufferPool.Lease.byteBufferPool |
private ByteBufferPool |
LeakTrackingByteBufferPool.delegate |
| Constructor and Description |
|---|
Bucket(ByteBufferPool pool,
int bufferSize,
int maxSize) |
LeakTrackingByteBufferPool(ByteBufferPool delegate) |
Lease(ByteBufferPool byteBufferPool) |
| Modifier and Type | Field and Description |
|---|---|
private ByteBufferPool |
SslConnection._bufferPool |
private ByteBufferPool |
SslClientConnectionFactory.byteBufferPool |
| Modifier and Type | Method and Description |
|---|---|
protected SslConnection |
SslClientConnectionFactory.newSslConnection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
javax.net.ssl.SSLEngine engine) |
| Constructor and Description |
|---|
SslClientConnectionFactory(SslContextFactory sslContextFactory,
ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
ClientConnectionFactory connectionFactory) |
SslConnection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
javax.net.ssl.SSLEngine sslEngine) |
| Modifier and Type | Field and Description |
|---|---|
private ByteBufferPool |
ConnectHandler.bufferPool |
private ByteBufferPool |
ProxyConnection.bufferPool |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferPool |
ConnectHandler.getByteBufferPool() |
ByteBufferPool |
ProxyConnection.getByteBufferPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectHandler.setByteBufferPool(ByteBufferPool bufferPool) |
| Constructor and Description |
|---|
DownstreamConnection(EndPoint endPoint,
java.util.concurrent.Executor executor,
ByteBufferPool bufferPool,
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context) |
ProxyConnection(EndPoint endp,
java.util.concurrent.Executor executor,
ByteBufferPool bufferPool,
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context) |
UpstreamConnection(EndPoint endPoint,
java.util.concurrent.Executor executor,
ByteBufferPool bufferPool,
ConnectHandler.ConnectContext connectContext) |
| Modifier and Type | Field and Description |
|---|---|
private ByteBufferPool |
HttpConnection._bufferPool |
private ByteBufferPool |
AbstractConnector._byteBufferPool |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferPool |
AbstractConnector.getByteBufferPool() |
ByteBufferPool |
Connector.getByteBufferPool() |
ByteBufferPool |
HttpChannel.getByteBufferPool() |
| Constructor and Description |
|---|
AbstractConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
ConnectionFactory... factories) |
AbstractNetworkConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
ConnectionFactory... factories) |
LocalConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
ConnectionFactory... factories) |
NetworkTrafficServerConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
ServerConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
int acceptors,
int selectors,
ConnectionFactory... factories) |
| Constructor and Description |
|---|
Decoder(ByteBufferPool pool,
int bufferSize) |
GzipHttpInputInterceptor(ByteBufferPool pool,
int bufferSize) |
| Constructor and Description |
|---|
NetworkTrafficSelectChannelConnector(Server server,
java.util.concurrent.Executor executor,
Scheduler scheduler,
ByteBufferPool pool,
int acceptors,
int selectors,
ConnectionFactory... factories)
Deprecated.
|