Uses of Class
org.restlet.util.SelectionRegistration
-
Packages that use SelectionRegistration Package Description org.restlet.engine.io Supports input and output work.org.restlet.ext.nio.internal.channel org.restlet.ext.nio.internal.connection org.restlet.ext.nio.internal.controller org.restlet.ext.nio.internal.way org.restlet.representation Common representation data elements.org.restlet.util Various utility classes. -
-
Uses of SelectionRegistration in org.restlet.engine.io
Fields in org.restlet.engine.io declared as SelectionRegistration Modifier and Type Field Description private SelectionRegistrationNbChannelInputStream. selectionRegistrationThe registered selection registration.Methods in org.restlet.engine.io that return SelectionRegistration Modifier and Type Method Description SelectionRegistrationSelectionChannel. getRegistration()Returns the NIO registration.Methods in org.restlet.engine.io with parameters of type SelectionRegistration Modifier and Type Method Description voidWakeupListener. onWokeup(SelectionRegistration selectionRegistration)Callback method invoked when the selection registration wants to wake up the NIO selector. -
Uses of SelectionRegistration in org.restlet.ext.nio.internal.channel
Fields in org.restlet.ext.nio.internal.channel declared as SelectionRegistration Modifier and Type Field Description private SelectionRegistrationWrapperSelectionChannel. registrationDeprecated.The NIO registration.private SelectionRegistrationWrapperSocketChannel. registrationDeprecated.The NIO registration.private SelectionRegistrationChannelInputStream. selectionRegistrationDeprecated.The registered selection registration.Methods in org.restlet.ext.nio.internal.channel that return SelectionRegistration Modifier and Type Method Description SelectionRegistrationWrapperSelectionChannel. getRegistration()Deprecated.Returns the NIO registration.SelectionRegistrationWrapperSocketChannel. getRegistration()Deprecated.Returns the NIO registration.Methods in org.restlet.ext.nio.internal.channel with parameters of type SelectionRegistration Modifier and Type Method Description voidWrapperSelectionChannel. setRegistration(SelectionRegistration registration)Deprecated.Sets the NIO registration.Constructors in org.restlet.ext.nio.internal.channel with parameters of type SelectionRegistration Constructor Description ReadableSocketChannel(java.nio.channels.SocketChannel wrappedChannel, SelectionRegistration registration)Deprecated.Constructor.WrapperSelectionChannel(T wrappedChannel, SelectionRegistration registration)Deprecated.Constructor.WrapperSocketChannel(java.nio.channels.SocketChannel wrappedChannel, SelectionRegistration registration)Deprecated.Constructor.WritableSocketChannel(java.nio.channels.SocketChannel wrappedChannel, SelectionRegistration registration)Deprecated.Constructor. -
Uses of SelectionRegistration in org.restlet.ext.nio.internal.connection
Fields in org.restlet.ext.nio.internal.connection declared as SelectionRegistration Modifier and Type Field Description private SelectionRegistrationConnection. registrationDeprecated.The socket's NIO selection registration holding the link between the channel and the connection.Methods in org.restlet.ext.nio.internal.connection that return SelectionRegistration Modifier and Type Method Description SelectionRegistrationConnection. getRegistration()Deprecated.Returns the socket's NIO registration holding the link between theSocketChanneland theConnection.Methods in org.restlet.ext.nio.internal.connection with parameters of type SelectionRegistration Modifier and Type Method Description voidConnection. onSelected(SelectionRegistration registration)Deprecated.Callback method invoked when the connection has been selected for IO operations it registered interest in.voidConnection. setRegistration(SelectionRegistration registration)Deprecated.Sets the socket's NIO registration holding the link between the channel and the way. -
Uses of SelectionRegistration in org.restlet.ext.nio.internal.controller
Fields in org.restlet.ext.nio.internal.controller with type parameters of type SelectionRegistration Modifier and Type Field Description private java.util.Queue<SelectionRegistration>ConnectionController. newRegistrationsDeprecated.The list of new selection registrations.private java.util.Queue<SelectionRegistration>ConnectionController. updatedRegistrationsDeprecated.The list of updated selection registrations.Methods in org.restlet.ext.nio.internal.controller that return SelectionRegistration 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.Methods in org.restlet.ext.nio.internal.controller that return types with arguments of type SelectionRegistration Modifier and Type Method Description protected java.util.Queue<SelectionRegistration>ConnectionController. getNewRegistrations()Deprecated.Returns the queue of new selection registrations.protected java.util.Queue<SelectionRegistration>ConnectionController. getUpdatedRegistrations()Deprecated.Returns the queue of updated selection registrations.Methods in org.restlet.ext.nio.internal.controller with parameters of type SelectionRegistration Modifier and Type Method Description voidConnectionController. onWokeup(SelectionRegistration selectionRegistration)Deprecated.Invoked when one of the connections needs to wake up the controller. -
Uses of SelectionRegistration in org.restlet.ext.nio.internal.way
Fields in org.restlet.ext.nio.internal.way declared as SelectionRegistration Modifier and Type Field Description private SelectionRegistrationInboundWay. entityRegistrationDeprecated.The NIO selection registration of the entity.private SelectionRegistrationWay. registrationDeprecated.The NIO selection registration.Methods in org.restlet.ext.nio.internal.way that return SelectionRegistration Modifier and Type Method Description protected SelectionRegistrationInboundWay. getEntityRegistration()Deprecated.Returns the NIO selection registration of the entity.SelectionRegistrationWay. getRegistration()Deprecated.Returns the socket's NIO registration holding the link between the channel and the connection.Methods in org.restlet.ext.nio.internal.way with parameters of type SelectionRegistration Modifier and Type Method Description voidWay. onSelected(SelectionRegistration selectionRegistration)Deprecated.Callback method invoked when the way has been selected for IO operations it registered interest in.protected voidInboundWay. setEntityRegistration(SelectionRegistration entityRegistration)Deprecated.Sets the NIO selection registration of the entity.protected voidWay. setRegistration(SelectionRegistration registration)Deprecated.Sets the NIO selection registration holding the link between the connection and the way. -
Uses of SelectionRegistration in org.restlet.representation
Methods in org.restlet.representation that return SelectionRegistration Modifier and Type Method Description SelectionRegistrationRepresentation. getRegistration()Returns the NIO registration of the related channel with its selector. -
Uses of SelectionRegistration in org.restlet.util
Methods in org.restlet.util that return SelectionRegistration Modifier and Type Method Description SelectionRegistrationWrapperRepresentation. getRegistration()Methods in org.restlet.util with parameters of type SelectionRegistration Modifier and Type Method Description voidReadingListener. onSelected(SelectionRegistration selectionRegistration)Callback invoked when new content is available.voidSelectionListener. onSelected(SelectionRegistration selectionRegistration)Callback method invoked when the connection has been selected for IO operations it registered interest in.
-