Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Channel.SendQueue.html')
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Channel.SendQueue.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Channel.SendQueue.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Channel.SendQueue.html
index eba60338a5..580b599bdd 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Channel.SendQueue.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Channel.SendQueue.html
@@ -106,7 +106,14 @@ Class Channel.SendQueue</H2>
<HR>
<DL>
<DT><PRE>protected class <B>Channel.SendQueue</B><DT>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/ConcurrentLinkedQueue.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentLinkedQueue</A>&lt;<A HREF="../../../../org/eclipse/net4j/buffer/IBuffer.html" title="interface in org.eclipse.net4j.buffer">IBuffer</A>&gt;</DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" title="ConcurrentLinkedQueue (java.util.concurrent)" alt="" coords="5,5,165,45"/>
+<area shape="rect" id="node2" href="Channel.SendQueue.html" title="Channel.SendQueue" alt="" coords="15,85,156,110"/>
+</map>
+
+<CENTER><IMG SRC="Channel.SendQueue.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
A queue that holds buffers that shall be sent. This implementation notifies observers of enqueued and dequeued
@@ -118,8 +125,6 @@ A queue that holds buffers that shall be sent. This implementation notifies obse
<DL>
<DT><B>Since:</B></DT>
<DD>3.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.eclipse.spi.net4j.Channel.SendQueue">Serialized Form</A></DL>
<HR>

Back to the top