protected class Channel.SendQueue extends ConcurrentLinkedQueue<IBuffer>
| Modifier | Constructor and Description |
|---|---|
protected |
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, spliterator, toArray, toArrayclear, elementcontainsAll, removeAll, retainAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, containsAll, equals, hashCode, parallelStream, removeAll, removeIf, retainAll, streampublic 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) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html