| 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 |
AbstractEndPoint |
|
class |
ByteArrayEndPoint |
ByteArrayEndPoint.
|
class |
ChannelEndPoint |
Channel End Point.
|
class |
NetworkTrafficSelectChannelEndPoint |
|
class |
SelectChannelEndPoint |
Deprecated.
use
SocketChannelEndPoint instead |
class |
SocketChannelEndPoint |
| Modifier and Type | Method | Description |
|---|---|---|
EndPoint |
AbstractConnection.getEndPoint() |
|
EndPoint |
Connection.getEndPoint() |
|
protected abstract EndPoint |
SelectorManager.newEndPoint(java.nio.channels.SelectableChannel channel,
ManagedSelector selector,
java.nio.channels.SelectionKey selectionKey) |
Factory method to create
EndPoint. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
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,
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. |
| Constructor | Description |
|---|---|
AbstractConnection(EndPoint endp,
java.util.concurrent.Executor executor) |
|
NegotiatingClientConnection(EndPoint endp,
java.util.concurrent.Executor executor,
javax.net.ssl.SSLEngine sslEngine,
ClientConnectionFactory connectionFactory,
java.util.Map<java.lang.String,java.lang.Object> context) |
|
WriteFlusher(EndPoint endPoint) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SslConnection.DecryptedEndPoint |
| Modifier and Type | Method | Description |
|---|---|---|
Connection |
SslClientConnectionFactory.newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
|
protected SslConnection |
SslClientConnectionFactory.newSslConnection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
javax.net.ssl.SSLEngine engine) |
| Constructor | Description |
|---|---|
SslConnection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
javax.net.ssl.SSLEngine sslEngine) |
|
SslConnection(ByteBufferPool byteBufferPool,
java.util.concurrent.Executor executor,
EndPoint endPoint,
javax.net.ssl.SSLEngine sslEngine,
boolean useDirectBuffersForEncryption,
boolean useDirectBuffersForDecryption) |
Copyright © 1995–2018 Webtide. All rights reserved.