Uses of Interface
org.apache.qpid.proton.engine.Collector
-
Packages that use Collector 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 Collector in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return Collector Modifier and Type Method Description static CollectorProton. collector() -
Uses of Collector in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Collector Modifier and Type Method Description static CollectorEngine. collector()static CollectorCollector.Factory. create()Methods in org.apache.qpid.proton.engine with parameters of type Collector Modifier and Type Method Description voidConnection. collect(Collector collector) -
Uses of Collector in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement Collector Modifier and Type Class Description classCollectorImplCollectorImplMethods in org.apache.qpid.proton.engine.impl with parameters of type Collector Modifier and Type Method Description voidConnectionImpl. collect(Collector collector) -
Uses of Collector in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return Collector Modifier and Type Method Description CollectorReactor. collector()Methods in org.apache.qpid.proton.reactor with parameters of type Collector Modifier and Type Method Description voidSelectable. setCollector(Collector collector)Configure a selectable with a set of callbacks that emit readable, writable, and expired events into the supplied collector. -
Uses of Collector in org.apache.qpid.proton.reactor.impl
Methods in org.apache.qpid.proton.reactor.impl that return Collector Modifier and Type Method Description CollectorReactorImpl. collector()Methods in org.apache.qpid.proton.reactor.impl with parameters of type Collector Modifier and Type Method Description voidSelectableImpl. setCollector(Collector collector)Constructors in org.apache.qpid.proton.reactor.impl with parameters of type Collector Constructor Description Timer(Collector collector)
-