Package | Description |
---|---|
org.eclipse.jetty.client | |
org.eclipse.jetty.http.ssl | |
org.eclipse.jetty.server.ssl | |
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 |
SslSocketConnector.getSslContextFactory() |
SslContextFactory |
SslSelectChannelConnector.getSslContextFactory() |
SslContextFactory |
SslConnector.getSslContextFactory() |
Constructor and Description |
---|
SslSelectChannelConnector(SslContextFactory sslContextFactory)
Construct with explicit SslContextFactory.
|
SslSocketConnector(SslContextFactory sslContextFactory) |
Modifier and Type | Method and Description |
---|---|
SslContextFactory |
WebSocketClientFactory.getSslContextFactory() |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.