
protected class Channel.SendQueue extends ConcurrentLinkedQueue<IBuffer>
| Modifier | Constructor and Description |
|---|---|
protected |
Channel.SendQueue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(IBuffer o) |
boolean |
offer(IBuffer o) |
IBuffer |
poll() |
IBuffer |
remove() |
boolean |
remove(Object o) |
addAll, contains, isEmpty, iterator, peek, size, toArray, toArrayclear, elementcontainsAll, removeAll, retainAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, containsAll, equals, hashCode, removeAll, retainAllpublic boolean add(IBuffer o)
add in interface Collection<IBuffer>add in interface Queue<IBuffer>add in class ConcurrentLinkedQueue<IBuffer>public boolean offer(IBuffer o)
public IBuffer poll()
public IBuffer remove()
public boolean remove(Object o)
remove in interface Collection<IBuffer>remove in class ConcurrentLinkedQueue<IBuffer>Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.