Uses of Interface
org.apache.qpid.proton.reactor.Reactor
-
Packages that use Reactor Package Description org.apache.qpid.proton org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl org.apache.qpid.proton.reactor org.apache.qpid.proton.reactor.impl -
-
Uses of Reactor in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return Reactor Modifier and Type Method Description static ReactorProton. reactor()static ReactorProton. reactor(Handler... handlers)static ReactorProton. reactor(ReactorOptions options)static ReactorProton. reactor(ReactorOptions options, Handler... handlers) -
Uses of Reactor in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Reactor Modifier and Type Method Description ReactorConnection. getReactor()ReactorEvent. getReactor() -
Uses of Reactor in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return Reactor Modifier and Type Method Description ReactorConnectionImpl. getReactor()ReactorTransportImpl. getReactor()Methods in org.apache.qpid.proton.engine.impl with parameters of type Reactor Modifier and Type Method Description voidConnectionImpl. 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 Reactor Modifier and Type Method Description static ReactorReactor.Factory. create()static ReactorReactor.Factory. create(ReactorOptions options)ReactorSelectable. getReactor()ReactorTask. getReactor() -
Uses of Reactor in org.apache.qpid.proton.reactor.impl
Classes in org.apache.qpid.proton.reactor.impl that implement Reactor Modifier and Type Class Description classReactorImplMethods in org.apache.qpid.proton.reactor.impl that return Reactor Modifier and Type Method Description ReactorSelectableImpl. getReactor()ReactorTaskImpl. getReactor()Methods in org.apache.qpid.proton.reactor.impl with parameters of type Reactor Modifier and Type Method Description protected static SelectableIOHandler. selectableTransport(Reactor reactor, java.net.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 Reactor Constructor Description AcceptorImpl(Reactor reactor, java.lang.String host, int port, Handler handler)
-