Uses of Interface
org.apache.qpid.proton.engine.Collector
Packages that use Collector
Package
Description
-
Uses of Collector in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return Collector -
Uses of Collector in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return CollectorModifier and TypeMethodDescriptionstatic Collector
Engine.collector()
static Collector
Collector.Factory.create()
Methods in org.apache.qpid.proton.engine with parameters of type Collector -
Uses of Collector in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement CollectorMethods in org.apache.qpid.proton.engine.impl with parameters of type Collector -
Uses of Collector in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return CollectorMethods in org.apache.qpid.proton.reactor with parameters of type CollectorModifier and TypeMethodDescriptionvoid
Selectable.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 CollectorMethods in org.apache.qpid.proton.reactor.impl with parameters of type CollectorConstructors in org.apache.qpid.proton.reactor.impl with parameters of type Collector