Package gda.images.camera
Class MotionJpegOverHttpReceiverSwt.LatestImageDataBlockingQueue
java.lang.Object
java.util.AbstractCollection<org.eclipse.swt.graphics.ImageData>
java.util.AbstractQueue<org.eclipse.swt.graphics.ImageData>
java.util.concurrent.LinkedBlockingQueue<org.eclipse.swt.graphics.ImageData>
gda.images.camera.MotionJpegOverHttpReceiverSwt.LatestImageDataBlockingQueue
- All Implemented Interfaces:
Serializable,Iterable<org.eclipse.swt.graphics.ImageData>,Collection<org.eclipse.swt.graphics.ImageData>,BlockingQueue<org.eclipse.swt.graphics.ImageData>,Queue<org.eclipse.swt.graphics.ImageData>
- Enclosing class:
MotionJpegOverHttpReceiverSwt
public static final class MotionJpegOverHttpReceiverSwt.LatestImageDataBlockingQueue
extends LinkedBlockingQueue<org.eclipse.swt.graphics.ImageData>
- See Also:
-
Method Summary
Methods inherited from class java.util.concurrent.LinkedBlockingQueue
clear, contains, drainTo, drainTo, forEach, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, removeAll, removeIf, retainAll, size, spliterator, take, toArray, toArray, toStringMethods inherited from class java.util.AbstractQueue
add, addAll, element, removeMethods inherited from class java.util.AbstractCollection
containsAll, isEmptyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.concurrent.BlockingQueue
addMethods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, stream, toArray
-
Method Details
-
offer
public boolean offer(org.eclipse.swt.graphics.ImageData e) - Specified by:
offerin interfaceBlockingQueue<org.eclipse.swt.graphics.ImageData>- Specified by:
offerin interfaceQueue<org.eclipse.swt.graphics.ImageData>- Overrides:
offerin classLinkedBlockingQueue<org.eclipse.swt.graphics.ImageData>
-