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.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.nio |
Jetty Server : Core Server Connector
|
org.eclipse.jetty.spdy.client | |
org.eclipse.jetty.spdy.server | |
org.eclipse.jetty.spdy.server.http | |
org.eclipse.jetty.spdy.server.proxy | |
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(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,
Executor executor,
ClientConnectionFactory connectionFactory) |
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)
HTTP Server Connection.
|
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)
Deprecated.
|
NetworkTrafficSelectChannelConnector(Server server,
SslContextFactory sslContextFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SslContextFactory |
SPDYClient.Factory.getSslContextFactory() |
Constructor and Description |
---|
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
ByteBufferPool bufferPool,
SslContextFactory sslContextFactory,
long idleTimeout) |
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
SslContextFactory sslContextFactory) |
SPDYClient.Factory(Executor executor,
Scheduler scheduler,
SslContextFactory sslContextFactory,
long idleTimeout) |
SPDYClient.Factory(SslContextFactory sslContextFactory) |
Constructor and Description |
---|
SPDYServerConnector(Server server,
SslContextFactory sslContextFactory,
ServerSessionFrameListener listener) |
SPDYServerConnector(Server server,
SslContextFactory sslContextFactory,
ServerSessionFrameListener listener,
NegotiatingServerConnectionFactory negotiator) |
Constructor and Description |
---|
HTTPSPDYServerConnector(Server server,
HttpConfiguration config,
SslContextFactory sslContextFactory,
Map<Short,PushStrategy> pushStrategies) |
HTTPSPDYServerConnector(Server server,
SslContextFactory sslContextFactory) |
HTTPSPDYServerConnector(Server server,
SslContextFactory sslContextFactory,
Map<Short,PushStrategy> pushStrategies) |
Constructor and Description |
---|
HTTPSPDYProxyServerConnector(Server server,
SslContextFactory sslContextFactory,
HttpConfiguration config,
ProxyEngineSelector proxyEngineSelector) |
HTTPSPDYProxyServerConnector(Server server,
SslContextFactory sslContextFactory,
HttpConfiguration config,
ProxyEngineSelector proxyEngineSelector,
NegotiatingServerConnectionFactory negotiatingFactory) |
HTTPSPDYProxyServerConnector(Server server,
SslContextFactory sslContextFactory,
ProxyEngineSelector proxyEngineSelector) |
Modifier and Type | Method and Description |
---|---|
SslContextFactory |
WebSocketClient.getSslContextFactory() |
Constructor and Description |
---|
WebSocketClient(SslContextFactory sslContextFactory) |
WebSocketClient(SslContextFactory sslContextFactory,
Executor executor) |
WebSocketClient(SslContextFactory sslContextFactory,
Executor executor,
ByteBufferPool bufferPool) |
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-2015 Webtide. All Rights Reserved.