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.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 |
HttpClient.byteBufferPool |
private ByteBufferPool |
GZIPContentDecoder.Factory.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 |
---|---|
(package private) class |
AbstractByteBufferPool |
class |
ArrayByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.
|
class |
LeakTrackingByteBufferPool |
class |
MappedByteBufferPool
A ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.
|
static class |
MappedByteBufferPool.Tagged |
Modifier and Type | Field and Description |
---|---|
private ByteBufferPool |
ByteBufferPool.Bucket._pool |
private ByteBufferPool |
ByteBufferPool.Lease.byteBufferPool |
private ByteBufferPool |
LeakTrackingByteBufferPool.delegate |
private ByteBufferPool |
RetainableByteBuffer.pool |
Constructor and Description |
---|
Bucket(ByteBufferPool pool,
int capacity,
int maxSize) |
LeakTrackingByteBufferPool(ByteBufferPool delegate) |
Lease(ByteBufferPool byteBufferPool) |
RetainableByteBuffer(ByteBufferPool pool,
int size) |
RetainableByteBuffer(ByteBufferPool pool,
int size,
boolean direct) |
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) |
SslConnection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
javax.net.ssl.SSLEngine sslEngine,
boolean useDirectBuffersForEncryption,
boolean useDirectBuffersForDecryption) |
Modifier and Type | Field and Description |
---|---|
private ByteBufferPool |
HttpConnection._bufferPool |
private ByteBufferPool |
AbstractConnector._byteBufferPool |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
HttpChannel.getByteBufferPool() |
ByteBufferPool |
Connector.getByteBufferPool() |
ByteBufferPool |
AbstractConnector.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.
|