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<?> |
WritableSslChannel.getConnection()
Returns the parent SSL connection.
|
protected SslConnection<?> |
ReadableSslChannel.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<Client> |
HttpsClientInboundWay.getConnection() |
SslConnection<Server> |
HttpsServerInboundWay.getConnection() |
SslConnection<Client> |
HttpsClientOutboundWay.getConnection() |
Copyright © 2005–2019. All rights reserved.