Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/channel/IChannel.html')
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/channel/IChannel.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/channel/IChannel.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/channel/IChannel.html
index 53b413a388..5fa6f94246 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/channel/IChannel.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/channel/IChannel.html
@@ -102,7 +102,20 @@ Interface IChannel</H2>
<HR>
<DL>
<DT><PRE>public interface <B>IChannel</B><DT>extends <A HREF="../../../../org/eclipse/net4j/ILocationAware.html" title="interface in org.eclipse.net4j">ILocationAware</A>, <A HREF="../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/IUserAware.html?is-external=true" title="class or interface in org.eclipse.net4j.util.security">IUserAware</A>, <A HREF="../../../../org/eclipse/net4j/buffer/IBufferHandler.html" title="interface in org.eclipse.net4j.buffer">IBufferHandler</A>, <A HREF="../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/event/INotifier.html?is-external=true" title="class or interface in org.eclipse.net4j.util.event">INotifier</A>, <A HREF="../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/Closeable.html?is-external=true" title="class or interface in org.eclipse.net4j.util.collection">Closeable</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" title="&#171;interface&#187; Closeable (org.eclipse.net4j.util.collection)" alt="" coords="5,5,211,59"/>
+<area shape="rect" id="node2" href="../buffer/IBuffer.html" title="&#171;interface&#187; IBuffer (org.eclipse.net4j.buffer)" alt="" coords="28,78,188,133"/>
+<area shape="rect" id="node3" href="../buffer/IBufferHandler.html" title="&#171;interface&#187; IBufferHandler (org.eclipse.net4j.buffer)" alt="" coords="28,151,188,206"/>
+<area shape="rect" id="node4" href="IChannel.html" title="&#171;interface&#187; IChannel" alt="" coords="371,196,456,236"/>
+<area shape="rect" id="node5" href="../ILocationAware.html" title="&#171;interface&#187; ILocationAware (org.eclipse.net4j)" alt="" coords="45,225,171,279"/>
+<area shape="rect" id="node6" title="&#171;interface&#187; INotifier (org.eclipse.net4j.util.event)" alt="" coords="18,298,198,353"/>
+<area shape="rect" id="node7" title="&#171;interface&#187; IUserAware (org.eclipse.net4j.util.security)" alt="" coords="10,371,206,426"/>
+<area shape="rect" id="node8" href="../../spi/net4j/InternalChannel.html" title="&#171;interface&#187; InternalChannel (org.eclipse.spi.net4j)" alt="" coords="555,189,701,243"/>
+</map>
+
+<CENTER><IMG SRC="IChannel.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
A bidirectional communications channel for the asynchronous exchange of <A HREF="../../../../org/eclipse/net4j/buffer/IBuffer.html" title="interface in org.eclipse.net4j.buffer"><CODE>buffers</CODE></A>. A channel is
@@ -164,8 +177,6 @@ A bidirectional communications channel for the asynchronous exchange of <A HREF=
<P>
<DL>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>No Implement</B></DT>
<DD>This interface is not intended to be implemented by clients.</DD>
<DT><B>No Extend</B></DT>

Back to the top