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 TypeMethodDescriptionvoid
ConnectionImpl.setReactor
(Reactor reactor) void
TransportImpl.setReactor
(Reactor reactor) -
Uses of Reactor in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return ReactorModifier and TypeMethodDescriptionstatic Reactor
Reactor.Factory.create()
static Reactor
Reactor.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 Selectable
IOHandler.selectableTransport
(Reactor reactor, Socket socket, Transport transport) protected void
SelectableImpl.setReactor
(Reactor reactor) void
TaskImpl.setReactor
(Reactor reactor) Constructors in org.apache.qpid.proton.reactor.impl with parameters of type ReactorModifierConstructorDescriptionprotected
AcceptorImpl
(Reactor reactor, String host, int port, Handler handler)