| Package | Description |
|---|---|
| org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
| org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ArrayByteBufferPool |
|
class |
LeakTrackingByteBufferPool |
|
class |
MappedByteBufferPool |
|
static class |
MappedByteBufferPool.Tagged |
| Constructor | Description |
|---|---|
Bucket(ByteBufferPool pool,
int bufferSize,
int maxSize) |
|
LeakTrackingByteBufferPool(ByteBufferPool delegate) |
|
Lease(ByteBufferPool byteBufferPool) |
| Modifier and Type | Method | Description |
|---|---|---|
protected SslConnection |
SslClientConnectionFactory.newSslConnection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
javax.net.ssl.SSLEngine engine) |
| Constructor | 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) |
Copyright © 1995–2017 Webtide. All rights reserved.