HomeSort by relevance Sort by last modified time
    Searched defs:collectors (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/domain_reliability/
config.h 114 ScopedVector<Collector> collectors; member in class:domain_reliability::DomainReliabilityConfig
  /external/smack/src/org/jivesoftware/smack/
PacketReader.java 38 * The packet reader also invokes all packet listeners and collectors.<p>
150 connection.collectors.clear();
308 * packet collectors and listeners and letting them examine the packet to see if
318 // Loop through all collectors and notify the appropriate ones.
Connection.java 143 protected final Collection<PacketCollector> collectors = new ConcurrentLinkedQueue<PacketCollector>(); field in class:Connection
589 // Add the collector to the list of active collectors.
590 collectors.add(collector);
597 * @param collector a packet collectors which was created for this connection.
600 collectors.remove(collector);
604 * Get the collection of all packet collectors for this connection.
606 * @return a collection of packet collectors for this connection.
609 return collectors;
    [all...]
BOSHConnection.java 458 collectors.clear();
570 * installed packet collectors and listeners and letting them examine the
580 // Loop through all collectors and notify the appropriate ones.

Completed in 563 milliseconds