| 程序包 | 说明 |
|---|---|
| org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
| org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArrayByteBufferPool |
class |
LeakTrackingByteBufferPool |
class |
MappedByteBufferPool |
static class |
MappedByteBufferPool.Tagged |
| 构造器和说明 |
|---|
Bucket(ByteBufferPool pool,
int bufferSize,
int maxSize) |
LeakTrackingByteBufferPool(ByteBufferPool delegate) |
Lease(ByteBufferPool byteBufferPool) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected SslConnection |
SslClientConnectionFactory.newSslConnection(ByteBufferPool byteBufferPool,
Executor executor,
EndPoint endPoint,
SSLEngine engine) |
| 构造器和说明 |
|---|
SslClientConnectionFactory(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory,
ByteBufferPool byteBufferPool,
Executor executor,
ClientConnectionFactory connectionFactory) |
SslConnection(ByteBufferPool byteBufferPool,
Executor executor,
EndPoint endPoint,
SSLEngine sslEngine) |
Copyright © 2017. All rights reserved.