Package org.eclipse.spi.net4j
Class Channel.SendQueue
- java.lang.Object
- 
- java.util.AbstractCollection<E>
- 
- java.util.AbstractQueue<E>
- 
- java.util.concurrent.ConcurrentLinkedQueue<IBuffer>
- 
- org.eclipse.spi.net4j.Channel.SendQueue
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Iterable<IBuffer>,- java.util.Collection<IBuffer>,- java.util.Queue<IBuffer>
 - Enclosing class:
- Channel
 
 protected class Channel.SendQueue extends java.util.concurrent.ConcurrentLinkedQueue<IBuffer> A queue that holds buffers that shall be sent. This implementation notifies observers of enqueued and dequeued buffers. The notification is deliberately not synchronized. It shall only be used by O&M tooling to offer (not 100% accurate) statistical insights- Since:
- 3.0
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedSendQueue()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanoffer(IBuffer o)IBufferpoll()booleanremove(java.lang.Object o)- 
Methods inherited from class java.util.concurrent.ConcurrentLinkedQueueadd, addAll, clear, contains, forEach, isEmpty, iterator, peek, removeAll, removeIf, retainAll, size, spliterator, toArray, toArray, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
-