| Package | Description |
|---|---|
| org.eclipse.jetty.client | |
| org.eclipse.jetty.http.ssl | |
| org.eclipse.jetty.server.ssl | |
| org.eclipse.jetty.spdy | |
| org.eclipse.jetty.spdy.http | |
| org.eclipse.jetty.websocket |
| Modifier and Type | Method and Description |
|---|---|
SslContextFactory |
HttpClient.getSslContextFactory() |
| Constructor and Description |
|---|
HttpClient(SslContextFactory sslContextFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SslContextFactory
Deprecated.
Use org.eclipse.jetty.util.ssl.SslContextFactory
|
| Modifier and Type | Method and Description |
|---|---|
SslContextFactory |
SslSelectChannelConnector.getSslContextFactory() |
SslContextFactory |
SslSocketConnector.getSslContextFactory() |
SslContextFactory |
SslConnector.getSslContextFactory() |
| Constructor and Description |
|---|
SslSelectChannelConnector(SslContextFactory sslContextFactory)
Construct with explicit SslContextFactory.
|
SslSocketConnector(SslContextFactory sslContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected SSLEngine |
SPDYClient.newSSLEngine(SslContextFactory sslContextFactory,
SocketChannel channel) |
protected SSLEngine |
SPDYServerConnector.newSSLEngine(SslContextFactory sslContextFactory,
SocketChannel channel) |
| Constructor and Description |
|---|
SPDYClient.Factory(Executor threadPool,
SslContextFactory sslContextFactory) |
SPDYClient.Factory(SslContextFactory sslContextFactory) |
SPDYServerConnector(ServerSessionFrameListener listener,
SslContextFactory sslContextFactory) |
| Constructor and Description |
|---|
HTTPSPDYServerConnector(SslContextFactory sslContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
SslContextFactory |
WebSocketClientFactory.getSslContextFactory() |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.