Uses of Interface
org.restlet.ext.nio.internal.channel.WritableSelectionChannel
-
Packages that use WritableSelectionChannel Package Description org.restlet.ext.nio.internal.channel org.restlet.ext.nio.internal.connection -
-
Uses of WritableSelectionChannel in org.restlet.ext.nio.internal.channel
Classes in org.restlet.ext.nio.internal.channel that implement WritableSelectionChannel Modifier and Type Class Description classWritableBufferedChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWritableSocketChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWritableSslChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWritableTraceChannelDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.Constructors in org.restlet.ext.nio.internal.channel with parameters of type WritableSelectionChannel Constructor Description WritableBufferedChannel(Buffer buffer, WritableSelectionChannel target, WakeupListener wakeupListener)Deprecated.Constructor.WritableSslChannel(WritableSelectionChannel target, SslConnection<?> connection, WakeupListener wakeupListener)Deprecated.Constructor.WritableTraceChannel(WritableSelectionChannel wrappedChannel)Deprecated.Constructor.WritableTraceChannel(WritableSelectionChannel wrappedChannel, java.io.OutputStream traceStream)Deprecated.Constructor. -
Uses of WritableSelectionChannel in org.restlet.ext.nio.internal.connection
Fields in org.restlet.ext.nio.internal.connection declared as WritableSelectionChannel Modifier and Type Field Description private WritableSelectionChannelConnection. writableSelectionChannelDeprecated.The writable selection channel.Methods in org.restlet.ext.nio.internal.connection that return WritableSelectionChannel Modifier and Type Method Description protected WritableSelectionChannelConnection. createWritableSelectionChannel()Deprecated.Creates a new writable channel.protected WritableSelectionChannelSslConnection. createWritableSelectionChannel()Deprecated.WritableSelectionChannelConnection. getWritableSelectionChannel()Deprecated.Returns the underlying socket channel as a writable selection channel.
-