| Package | Description |
|---|---|
| org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
| org.eclipse.jetty.io.ssl |
Jetty IO : Core SSL Support
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractConnection |
A convenience base implementation of
Connection. |
class |
NegotiatingClientConnection |
| Modifier and Type | Method | Description |
|---|---|---|
default Connection |
ClientConnectionFactory.customize(Connection connection,
java.util.Map<java.lang.String,java.lang.Object> context) |
|
Connection |
AbstractEndPoint.getConnection() |
|
Connection |
EndPoint.getConnection() |
|
Connection |
ClientConnectionFactory.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
|
abstract Connection |
SelectorManager.newConnection(java.nio.channels.SelectableChannel channel,
EndPoint endpoint,
java.lang.Object attachment) |
Factory method to create
Connection. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SelectorManager.connectionClosed(Connection connection) |
Callback method invoked when a connection is closed.
|
void |
SelectorManager.connectionOpened(Connection connection) |
Callback method invoked when a connection is opened.
|
default Connection |
ClientConnectionFactory.customize(Connection connection,
java.util.Map<java.lang.String,java.lang.Object> context) |
|
void |
Connection.Listener.Adapter.onClosed(Connection connection) |
|
void |
Connection.Listener.onClosed(Connection connection) |
|
void |
ConnectionStatistics.onClosed(Connection connection) |
|
void |
Connection.Listener.Adapter.onOpened(Connection connection) |
|
void |
Connection.Listener.onOpened(Connection connection) |
|
void |
ConnectionStatistics.onOpened(Connection connection) |
|
void |
AbstractEndPoint.setConnection(Connection connection) |
|
void |
EndPoint.setConnection(Connection connection) |
|
void |
AbstractEndPoint.upgrade(Connection newConnection) |
|
void |
EndPoint.upgrade(Connection newConnection) |
Upgrade connections.
|
| Modifier and Type | Class | 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 | Method | Description |
|---|---|---|
Connection |
SslClientConnectionFactory.customize(Connection connection,
java.util.Map<java.lang.String,java.lang.Object> context) |
|
Connection |
SslClientConnectionFactory.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
| Modifier and Type | Method | Description |
|---|---|---|
Connection |
SslClientConnectionFactory.customize(Connection connection,
java.util.Map<java.lang.String,java.lang.Object> context) |
|
void |
SslConnection.DecryptedEndPoint.setConnection(Connection connection) |
Copyright © 1995–2017 Webtide. All rights reserved.