Uses of Interface
org.apache.qpid.proton.reactor.Selectable
Packages that use Selectable
Package
Description
-
Uses of Selectable in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Selectable -
Uses of Selectable in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return SelectableMethods in org.apache.qpid.proton.engine.impl with parameters of type Selectable -
Uses of Selectable in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return SelectableModifier and TypeMethodDescriptionReactor.selectable()
Creates a newSelectable
as a child of this reactor.Methods in org.apache.qpid.proton.reactor that return types with arguments of type SelectableModifier and TypeMethodDescriptionSelector.error()
Selector.expired()
Selector.readable()
Selector.writeable()
Methods in org.apache.qpid.proton.reactor with parameters of type SelectableModifier and TypeMethodDescriptionvoid
Selector.add
(Selectable selectable) Adds a selectable to the selector.void
Selector.remove
(Selectable selectable) Removes a selectable from the selector.void
Selectable.Callback.run
(Selectable selectable) void
Reactor.update
(Selectable selectable) Updates the specifiedSelectable
either emitting aEvent.Type.SELECTABLE_UPDATED
event if the selectable is not terminal, orEvent.Type.SELECTABLE_FINAL
if the selectable is terminal and has not already emitted aEvent.Type.SELECTABLE_FINAL
event.void
Selector.update
(Selectable selectable) Updates the selector to reflect any changes interest by the specified selectable. -
Uses of Selectable in org.apache.qpid.proton.reactor.impl
Classes in org.apache.qpid.proton.reactor.impl that implement SelectableMethods in org.apache.qpid.proton.reactor.impl that return SelectableModifier and TypeMethodDescriptionReactorImpl.selectable()
protected static Selectable
IOHandler.selectableTransport
(Reactor reactor, Socket socket, Transport transport) Methods in org.apache.qpid.proton.reactor.impl with parameters of type Selectable