Uses of Interface
org.apache.qpid.proton.reactor.Selectable
-
Packages that use Selectable Package Description org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl org.apache.qpid.proton.reactor org.apache.qpid.proton.reactor.impl -
-
Uses of Selectable in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Selectable Modifier and Type Method Description SelectableEvent. getSelectable() -
Uses of Selectable in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return Selectable Modifier and Type Method Description SelectableTransportImpl. getSelectable()Methods in org.apache.qpid.proton.engine.impl with parameters of type Selectable Modifier and Type Method Description voidTransportImpl. setSelectable(Selectable selectable) -
Uses of Selectable in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return Selectable Modifier and Type Method Description SelectableReactor. selectable()Creates a newSelectableas a child of this reactor.Methods in org.apache.qpid.proton.reactor that return types with arguments of type Selectable Modifier and Type Method Description java.util.Iterator<Selectable>Selector. error()java.util.Iterator<Selectable>Selector. expired()java.util.Iterator<Selectable>Selector. readable()java.util.Iterator<Selectable>Selector. writeable()Methods in org.apache.qpid.proton.reactor with parameters of type Selectable Modifier and Type Method Description voidSelector. 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 Selectable Modifier and Type Class Description classSelectableImplMethods in org.apache.qpid.proton.reactor.impl that return Selectable Modifier and Type Method Description SelectableReactorImpl. selectable()protected static SelectableIOHandler. selectableTransport(Reactor reactor, java.net.Socket socket, Transport transport)Methods in org.apache.qpid.proton.reactor.impl with parameters of type Selectable Modifier and Type Method Description voidReactorImpl. update(Selectable selectable)
-