Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/connector/IConnector.html')
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/connector/IConnector.html18
1 files changed, 15 insertions, 3 deletions
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/connector/IConnector.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/connector/IConnector.html
index 546d3450ac..7124c011fb 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/connector/IConnector.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/net4j/connector/IConnector.html
@@ -102,7 +102,21 @@ Interface IConnector</H2>
<HR>
<DL>
<DT><PRE>public interface <B>IConnector</B><DT>extends <A HREF="../../../../org/eclipse/net4j/channel/IChannelMultiplexer.html" title="interface in org.eclipse.net4j.channel">IChannelMultiplexer</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.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" href="ConnectorState.html" title="&#171;enum&#187; ConnectorState" alt="" coords="5,13,117,53"/>
+<area shape="rect" id="node2" href="../../spi/net4j/InternalConnector.html" title="&#171;interface&#187; InternalConnector (org.eclipse.spi.net4j)" alt="" coords="15,201,161,255"/>
+<area shape="rect" id="node3" title="&#171;interface&#187; IUserAware (org.eclipse.net4j.util.security)" alt="" coords="147,6,343,61"/>
+<area shape="rect" id="node4" href="../tcp/ITCPConnector.html" title="&#171;interface&#187; ITCPConnector (org.eclipse.net4j.tcp)" alt="" coords="191,201,337,255"/>
+<area shape="rect" id="node5" href="../jvm/IJVMConnector.html" title="&#171;interface&#187; IJVMConnector (org.eclipse.net4j.jvm)" alt="" coords="367,201,515,255"/>
+<area shape="rect" id="node6" href="../http/common/IHTTPConnector.html" title="&#171;interface&#187; IHTTPConnector (org.eclipse.net4j.http.common)" alt="" coords="545,201,751,255"/>
+<area shape="rect" id="node7" href="IConnector.html" title="&#171;interface&#187; IConnector" alt="" coords="309,117,395,157"/>
+<area shape="rect" id="node8" href="../channel/IChannelMultiplexer.html" title="&#171;interface&#187; IChannelMultiplexer (org.eclipse.net4j.channel)" alt="" coords="373,6,547,61"/>
+<area shape="rect" id="node9" title="&#171;interface&#187; Closeable (org.eclipse.net4j.util.collection)" alt="" coords="577,6,783,61"/>
+</map>
+
+<CENTER><IMG SRC="IConnector.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
One endpoint of a physical connection of arbitrary nature between two communicating parties. A <A HREF="../../../../org/eclipse/net4j/connector/IConnector.html" title="interface in org.eclipse.net4j.connector"><CODE>IConnector</CODE></A>
@@ -135,8 +149,6 @@ One endpoint of a physical connection of arbitrary nature between two communicat
<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>
</DL>

Back to the top