| Package | Description |
|---|---|
| org.restlet.ext.nio.internal.channel | |
| org.restlet.ext.nio.internal.request | |
| org.restlet.ext.nio.internal.way |
| Modifier and Type | Method and Description |
|---|---|
protected SslConnection<?> |
ReadableSslChannel.getConnection()
Returns the parent SSL connection.
|
protected SslConnection<?> |
WritableSslChannel.getConnection()
Returns the parent SSL connection.
|
| Constructor and Description |
|---|
ReadableSslChannel(ReadableSelectionChannel source,
SslConnection<?> connection,
WakeupListener wakeupListener)
Constructor.
|
WritableSslChannel(WritableSelectionChannel target,
SslConnection<?> connection,
WakeupListener wakeupListener)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SslConnection<Server> |
HttpsInboundRequest.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
SslConnection<Server> |
HttpsServerOutboundWay.getConnection() |
SslConnection<Server> |
HttpsServerInboundWay.getConnection() |
SslConnection<Client> |
HttpsClientOutboundWay.getConnection() |
SslConnection<Client> |
HttpsClientInboundWay.getConnection() |
Copyright © 2005–2016. All rights reserved.