Uses of Interface
org.restlet.util.SelectionListener
-
Packages that use SelectionListener Package Description org.restlet.ext.nio.internal.connection org.restlet.ext.nio.internal.controller org.restlet.ext.nio.internal.way org.restlet.util Various utility classes. -
-
Uses of SelectionListener in org.restlet.ext.nio.internal.connection
Classes in org.restlet.ext.nio.internal.connection that implement SelectionListener Modifier and Type Class Description classConnection<T extends Connector>Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classSslConnection<T extends Connector>Deprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level. -
Uses of SelectionListener in org.restlet.ext.nio.internal.controller
Methods in org.restlet.ext.nio.internal.controller with parameters of type SelectionListener Modifier and Type Method Description SelectionRegistrationConnectionController. register(java.nio.channels.SelectableChannel selectableChannel, int interestOperations, SelectionListener listener)Deprecated.Registers a selection listener with the underlying selector for the given operations and returns the registration created. -
Uses of SelectionListener in org.restlet.ext.nio.internal.way
Classes in org.restlet.ext.nio.internal.way that implement SelectionListener Modifier and Type Class Description classClientInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classClientOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpClientInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpClientOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsClientInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsClientOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpServerInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpServerOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsServerInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classHttpsServerOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classServerInboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classServerOutboundWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.classWayDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level. -
Uses of SelectionListener in org.restlet.util
Classes in org.restlet.util that implement SelectionListener Modifier and Type Class Description classByteReadingListenerSelection listener notifying new content as anInputStream.classCharacterReadingListenerSelection listener notifying new content as aReader.classReadingListenerSelection listener notifying new content is read into aByteBuffer.classStringReadingListenerSelection listener notifying new content as a string.Fields in org.restlet.util declared as SelectionListener Modifier and Type Field Description private SelectionListenerSelectionRegistration. selectionListenerThe selection listener that will be notified.Methods in org.restlet.util that return SelectionListener Modifier and Type Method Description SelectionListenerSelectionRegistration. getSelectionListener()Returns the selection listener that will be notified.Methods in org.restlet.util with parameters of type SelectionListener Modifier and Type Method Description voidSelectionRegistration. setSelectionListener(SelectionListener listener)Sets the selection listener that will be notified.Constructors in org.restlet.util with parameters of type SelectionListener Constructor Description SelectionRegistration(int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)Constructor.SelectionRegistration(java.nio.channels.SelectableChannel selectableChannel, int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)Constructor.
-