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 newSelectableas 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 TypeMethodDescriptionvoidSelector.add(Selectable selectable) Adds a selectable to the selector.voidSelector.remove(Selectable selectable) Removes a selectable from the selector.voidSelectable.Callback.run(Selectable selectable) voidReactor.update(Selectable selectable) Updates the specifiedSelectableeither emitting aEvent.Type.SELECTABLE_UPDATEDevent if the selectable is not terminal, orEvent.Type.SELECTABLE_FINALif the selectable is terminal and has not already emitted aEvent.Type.SELECTABLE_FINALevent.voidSelector.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 SelectableIOHandler.selectableTransport(Reactor reactor, Socket socket, Transport transport) Methods in org.apache.qpid.proton.reactor.impl with parameters of type Selectable