Uses of Interface
org.apache.qpid.proton.reactor.Reactor
Packages that use Reactor
Package
Description
-
Uses of Reactor in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return Reactor -
Uses of Reactor in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Reactor -
Uses of Reactor in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return ReactorMethods in org.apache.qpid.proton.engine.impl with parameters of type ReactorModifier and TypeMethodDescriptionvoidConnectionImpl.setReactor(Reactor reactor) voidTransportImpl.setReactor(Reactor reactor) -
Uses of Reactor in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return ReactorModifier and TypeMethodDescriptionstatic ReactorReactor.Factory.create()static ReactorReactor.Factory.create(ReactorOptions options) Selectable.getReactor()Task.getReactor() -
Uses of Reactor in org.apache.qpid.proton.reactor.impl
Classes in org.apache.qpid.proton.reactor.impl that implement ReactorMethods in org.apache.qpid.proton.reactor.impl that return ReactorMethods in org.apache.qpid.proton.reactor.impl with parameters of type ReactorModifier and TypeMethodDescriptionprotected static SelectableIOHandler.selectableTransport(Reactor reactor, Socket socket, Transport transport) protected voidSelectableImpl.setReactor(Reactor reactor) voidTaskImpl.setReactor(Reactor reactor) Constructors in org.apache.qpid.proton.reactor.impl with parameters of type ReactorModifierConstructorDescriptionprotectedAcceptorImpl(Reactor reactor, String host, int port, Handler handler)