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