Package | Description |
---|---|
org.eclipse.jetty.alpn.client | |
org.eclipse.jetty.alpn.server | |
org.eclipse.jetty.client.http | |
org.eclipse.jetty.fcgi.client.http | |
org.eclipse.jetty.fcgi.server | |
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.spdy.client | |
org.eclipse.jetty.spdy.server | |
org.eclipse.jetty.spdy.server.proxy | |
org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Class and Description |
---|---|
class |
ALPNClientConnection |
Modifier and Type | Class and Description |
---|---|
class |
ALPNServerConnection |
Modifier and Type | Method and Description |
---|---|
protected AbstractConnection |
ALPNServerConnectionFactory.newServerConnection(Connector connector,
EndPoint endPoint,
SSLEngine engine,
List<String> protocols,
String defaultProtocol) |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionOverHTTP |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionOverFCGI |
Modifier and Type | Class and Description |
---|---|
class |
ServerFCGIConnection |
Modifier and Type | Class and Description |
---|---|
class |
NegotiatingClientConnection |
Modifier and Type | Class and Description |
---|---|
class |
SslConnection
A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data
and another consumer of an EndPoint (typically an
Connection like HttpConnection) that
wants unencrypted data. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectHandler.DownstreamConnection |
class |
ConnectHandler.UpstreamConnection |
class |
ProxyConnection |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnection
A
Connection that handles the HTTP protocol. |
class |
NegotiatingServerConnection |
Modifier and Type | Method and Description |
---|---|
protected AbstractConnection |
AbstractConnectionFactory.configure(AbstractConnection connection,
Connector connector,
EndPoint endPoint) |
protected abstract AbstractConnection |
NegotiatingServerConnectionFactory.newServerConnection(Connector connector,
EndPoint endPoint,
SSLEngine engine,
List<String> protocols,
String defaultProtocol) |
Modifier and Type | Method and Description |
---|---|
protected AbstractConnection |
AbstractConnectionFactory.configure(AbstractConnection connection,
Connector connector,
EndPoint endPoint) |
Modifier and Type | Class and Description |
---|---|
class |
NPNClientConnection |
class |
SPDYConnection |
Modifier and Type | Class and Description |
---|---|
class |
NPNServerConnection |
Modifier and Type | Method and Description |
---|---|
protected AbstractConnection |
NPNServerConnectionFactory.newServerConnection(Connector connector,
EndPoint endPoint,
SSLEngine engine,
List<String> protocols,
String defaultProtocol) |
Modifier and Type | Class and Description |
---|---|
class |
ProxyHTTPSPDYConnection |
Modifier and Type | Class and Description |
---|---|
class |
UpgradeConnection
This is the initial connection handling that exists immediately after physical connection is established to destination server.
|
class |
WebSocketClientConnection
Client side WebSocket physical connection.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebSocketConnection
Provides the implementation of
LogicalConnection within the framework of the new Connection framework of jetty-io . |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServerConnection |
Copyright © 1995-2015 Webtide. All Rights Reserved.