Package | Description |
---|---|
org.eclipse.jetty.client |
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.server | |
org.eclipse.jetty.server.nio | |
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
SslContextFactory |
HttpClient.getSslContextFactory() |
Constructor and Description |
---|
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). |
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) |
ServerConnector(Server server,
SslContextFactory sslContextFactory)
HTTP Server Connection.
|
ServerConnector(Server server,
SslContextFactory sslContextFactory,
ConnectionFactory... factories)
Generic SSL Server Connection.
|
SslConnectionFactory(SslContextFactory factory,
String nextProtocol) |
Constructor and Description |
---|
NetworkTrafficSelectChannelConnector(Server server,
ConnectionFactory connectionFactory,
SslContextFactory sslContextFactory) |
NetworkTrafficSelectChannelConnector(Server server,
SslContextFactory sslContextFactory) |
Modifier and Type | Method and Description |
---|---|
SslContextFactory |
WebSocketClient.getSslContextFactory() |
Constructor and Description |
---|
WebSocketClient(SslContextFactory sslContextFactory) |
Modifier and Type | Method and Description |
---|---|
SslContextFactory |
WebSocketClientSelectorManager.getSslContextFactory() |
Modifier and Type | Method and Description |
---|---|
SSLEngine |
WebSocketClientSelectorManager.newSSLEngine(SslContextFactory sslContextFactory,
SocketChannel channel) |
void |
WebSocketClientSelectorManager.setSslContextFactory(SslContextFactory sslContextFactory) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.