| 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 and Description |
|---|---|
class |
ArrayByteBufferPool |
class |
LeakTrackingByteBufferPool |
class |
MappedByteBufferPool |
static class |
MappedByteBufferPool.Tagged |
| Constructor and Description |
|---|
LeakTrackingByteBufferPool(ByteBufferPool delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected SslConnection |
SslClientConnectionFactory.newSslConnection(ByteBufferPool byteBufferPool,
Executor executor,
EndPoint endPoint,
SSLEngine engine) |
| Constructor and Description |
|---|
SslClientConnectionFactory(SslContextFactory sslContextFactory,
ByteBufferPool byteBufferPool,
Executor executor,
ClientConnectionFactory connectionFactory) |
SslConnection(ByteBufferPool byteBufferPool,
Executor executor,
EndPoint endPoint,
SSLEngine sslEngine) |
Copyright © 1995-2015 Webtide. All Rights Reserved.