| 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 | Interface and Description |
|---|---|
static interface |
SelectorManager.SelectableEndPoint
A
SelectorManager.SelectableEndPoint is an EndPoint that wish to be notified of
non-blocking events by the SelectorManager.ManagedSelector. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEndPoint |
class |
ByteArrayEndPoint
ByteArrayEndPoint.
|
class |
ChannelEndPoint
Channel End Point.
|
class |
NetworkTrafficSelectChannelEndPoint |
class |
SelectChannelEndPoint
An ChannelEndpoint that can be scheduled by
SelectorManager. |
| Modifier and Type | Method and Description |
|---|---|
EndPoint |
Connection.getEndPoint() |
EndPoint |
AbstractConnection.getEndPoint() |
protected abstract EndPoint |
SelectorManager.newEndPoint(SocketChannel channel,
SelectorManager.ManagedSelector selector,
SelectionKey selectionKey)
Factory method to create
EndPoint. |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectorManager.ManagedSelector.destroyEndPoint(EndPoint endPoint) |
protected void |
SelectorManager.endPointClosed(EndPoint endpoint)
Callback method invoked when an endpoint is closed.
|
protected void |
SelectorManager.endPointOpened(EndPoint endpoint)
Callback method invoked when an endpoint is opened.
|
Connection |
ClientConnectionFactory.newConnection(EndPoint endPoint,
Map<String,Object> context) |
abstract Connection |
SelectorManager.newConnection(SocketChannel channel,
EndPoint endpoint,
Object attachment)
Factory method to create
Connection. |
| Constructor and Description |
|---|
AbstractConnection(EndPoint endp,
Executor executor) |
AbstractConnection(EndPoint endp,
Executor executor,
boolean executeOnfillable) |
NegotiatingClientConnection(EndPoint endp,
Executor executor,
SSLEngine sslEngine,
ClientConnectionFactory connectionFactory,
Map<String,Object> context) |
WriteFlusher(EndPoint endPoint) |
| Modifier and Type | Class and Description |
|---|---|
class |
SslConnection.DecryptedEndPoint |
| Modifier and Type | Method and Description |
|---|---|
Connection |
SslClientConnectionFactory.newConnection(EndPoint endPoint,
Map<String,Object> context) |
protected SslConnection |
SslClientConnectionFactory.newSslConnection(ByteBufferPool byteBufferPool,
Executor executor,
EndPoint endPoint,
SSLEngine engine) |
| Constructor and Description |
|---|
SslConnection(ByteBufferPool byteBufferPool,
Executor executor,
EndPoint endPoint,
SSLEngine sslEngine) |
Copyright © 1995-2015 Webtide. All Rights Reserved.