Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
org.eclipse.jetty.jmx |
Jetty JMX : Integration for JMX in Jetty
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.nio |
Jetty Server : Core Server Connector
|
org.eclipse.jetty.util.ssl |
Jetty Util : Common SSL Utility Classes
|
Modifier and Type | Method and Description |
---|---|
SslContextFactory |
HttpClient.getSslContextFactory() |
Modifier and Type | Method and Description |
---|---|
protected ClientConnectionFactory |
HttpDestination.newSslClientConnectionFactory(SslContextFactory sslContextFactory,
ClientConnectionFactory connectionFactory) |
protected ClientConnectionFactory |
HttpClient.newSslClientConnectionFactory(SslContextFactory sslContextFactory,
ClientConnectionFactory connectionFactory) |
Constructor and Description |
---|
HttpClient(HttpClientTransport transport,
SslContextFactory sslContextFactory) |
HttpClient(SslContextFactory sslContextFactory)
Creates a
HttpClient instance that can perform requests to non-TLS and TLS destinations
(that is, both requests with the "http" scheme and with the "https" scheme). |
Constructor and Description |
---|
SslClientConnectionFactory(SslContextFactory sslContextFactory,
ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
ClientConnectionFactory connectionFactory) |
Constructor and Description |
---|
ConnectorServer(javax.management.remote.JMXServiceURL svcUrl,
java.util.Map<java.lang.String,?> environment,
java.lang.String name,
SslContextFactory sslContextFactory) |
Modifier and Type | Method and Description |
---|---|
SslContextFactory |
SslConnectionFactory.getSslContextFactory() |
Modifier and Type | Method and Description |
---|---|
static ConnectionFactory[] |
AbstractConnectionFactory.getFactories(SslContextFactory sslContextFactory,
ConnectionFactory... factories) |
Constructor and Description |
---|
LocalConnector(Server server,
ConnectionFactory connectionFactory,
SslContextFactory sslContextFactory) |
LocalConnector(Server server,
SslContextFactory sslContextFactory) |
NetworkTrafficServerConnector(Server server,
ConnectionFactory connectionFactory,
SslContextFactory sslContextFactory) |
NetworkTrafficServerConnector(Server server,
SslContextFactory sslContextFactory) |
ServerConnector(Server server,
int acceptors,
int selectors,
SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the primary protocol |
ServerConnector(Server server,
SslContextFactory sslContextFactory)
Construct a ServerConnector with a private instance of
HttpConnectionFactory as the primary protocol |
ServerConnector(Server server,
SslContextFactory sslContextFactory,
ConnectionFactory... factories) |
SslConnectionFactory(SslContextFactory factory,
java.lang.String nextProtocol) |
Constructor and Description |
---|
NetworkTrafficSelectChannelConnector(Server server,
ConnectionFactory connectionFactory,
SslContextFactory sslContextFactory)
Deprecated.
|
NetworkTrafficSelectChannelConnector(Server server,
SslContextFactory sslContextFactory)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
static class |
SslContextFactory.Client |
static class |
SslContextFactory.Server |
Modifier and Type | Method and Description |
---|---|
void |
SslContextFactory.reload(java.util.function.Consumer<SslContextFactory> consumer) |
Constructor and Description |
---|
KeyStoreScanner(SslContextFactory sslContextFactory) |
Copyright © 1995–2021 Webtide. All rights reserved.