Uses of Class
org.restlet.ext.nio.internal.connection.SslConnection
-
Packages that use SslConnection Package Description org.restlet.ext.nio.internal.channel org.restlet.ext.nio.internal.request org.restlet.ext.nio.internal.way -
-
Uses of SslConnection in org.restlet.ext.nio.internal.channel
Fields in org.restlet.ext.nio.internal.channel declared as SslConnection Modifier and Type Field Description private SslConnection<?>ReadableSslChannel. connectionDeprecated.The parent SSL connection.private SslConnection<?>WritableSslChannel. connectionDeprecated.The parent SSL connection.Methods in org.restlet.ext.nio.internal.channel that return SslConnection Modifier and Type Method Description protected SslConnection<?>ReadableSslChannel. getConnection()Deprecated.Returns the parent SSL connection.protected SslConnection<?>WritableSslChannel. getConnection()Deprecated.Returns the parent SSL connection.Constructors in org.restlet.ext.nio.internal.channel with parameters of type SslConnection Constructor Description ReadableSslChannel(ReadableSelectionChannel source, SslConnection<?> connection, WakeupListener wakeupListener)Deprecated.Constructor.WritableSslChannel(WritableSelectionChannel target, SslConnection<?> connection, WakeupListener wakeupListener)Deprecated.Constructor. -
Uses of SslConnection in org.restlet.ext.nio.internal.request
Methods in org.restlet.ext.nio.internal.request that return SslConnection Modifier and Type Method Description SslConnection<Server>HttpsInboundRequest. getConnection()Deprecated. -
Uses of SslConnection in org.restlet.ext.nio.internal.way
Methods in org.restlet.ext.nio.internal.way that return SslConnection Modifier and Type Method Description SslConnection<Client>HttpsClientInboundWay. getConnection()Deprecated.SslConnection<Client>HttpsClientOutboundWay. getConnection()Deprecated.SslConnection<Server>HttpsServerInboundWay. getConnection()Deprecated.SslConnection<Server>HttpsServerOutboundWay. getConnection()Deprecated.
-