| 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 |
NegotiatingClientConnectionFactory |
| Modifier and Type | Method and Description |
|---|---|
ClientConnectionFactory |
NegotiatingClientConnectionFactory.getClientConnectionFactory() |
| Constructor and Description |
|---|
NegotiatingClientConnection(EndPoint endp,
Executor executor,
SSLEngine sslEngine,
ClientConnectionFactory connectionFactory,
Map<String,Object> context) |
NegotiatingClientConnectionFactory(ClientConnectionFactory connectionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SslClientConnectionFactory |
| Constructor and Description |
|---|
SslClientConnectionFactory(SslContextFactory sslContextFactory,
ByteBufferPool byteBufferPool,
Executor executor,
ClientConnectionFactory connectionFactory) |
Copyright © 1995-2015 Webtide. All Rights Reserved.