|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SslContextFactory | |
|---|---|
| org.eclipse.jetty.client | |
| org.eclipse.jetty.http.ssl | |
| org.eclipse.jetty.server.ssl | |
| org.eclipse.jetty.websocket | |
| Uses of SslContextFactory in org.eclipse.jetty.client |
|---|
| Methods in org.eclipse.jetty.client that return SslContextFactory | |
|---|---|
SslContextFactory |
HttpClient.getSslContextFactory()
|
| Constructors in org.eclipse.jetty.client with parameters of type SslContextFactory | |
|---|---|
HttpClient(SslContextFactory sslContextFactory)
|
|
| Uses of SslContextFactory in org.eclipse.jetty.http.ssl |
|---|
| Subclasses of SslContextFactory in org.eclipse.jetty.http.ssl | |
|---|---|
class |
SslContextFactory
Deprecated. Use org.eclipse.jetty.util.ssl.SslContextFactory |
| Uses of SslContextFactory in org.eclipse.jetty.server.ssl |
|---|
| Methods in org.eclipse.jetty.server.ssl that return SslContextFactory | |
|---|---|
SslContextFactory |
SslSocketConnector.getSslContextFactory()
|
SslContextFactory |
SslSelectChannelConnector.getSslContextFactory()
|
SslContextFactory |
SslConnector.getSslContextFactory()
|
| Constructors in org.eclipse.jetty.server.ssl with parameters of type SslContextFactory | |
|---|---|
SslSelectChannelConnector(SslContextFactory sslContextFactory)
Construct with explicit SslContextFactory. |
|
SslSocketConnector(SslContextFactory sslContextFactory)
|
|
| Uses of SslContextFactory in org.eclipse.jetty.websocket |
|---|
| Methods in org.eclipse.jetty.websocket that return SslContextFactory | |
|---|---|
SslContextFactory |
WebSocketClientFactory.getSslContextFactory()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||