protected class SessionManager.WriterQueue<E extends Packet> extends AbstractQueue<E>
Modifier | Constructor and Description |
---|---|
protected |
SessionManager.WriterQueue() |
Modifier and Type | Method and Description |
---|---|
Iterator<E> |
iterator() |
boolean |
offer(E packet) |
E |
peek() |
E |
poll() |
int |
size() |
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Copyright © 2015 "Tigase, Inc.". All rights reserved.