Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j')
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/ChannelMultiplexer.html33
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Connector.html2
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.html39
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.pngbin5214 -> 5256 bytes
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/class-use/InternalChannel.html10
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.html2
-rw-r--r--plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.pngbin53958 -> 53993 bytes
7 files changed, 80 insertions, 6 deletions
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/ChannelMultiplexer.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/ChannelMultiplexer.html
index 367325bd65..9dd16ff99d 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/ChannelMultiplexer.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/ChannelMultiplexer.html
@@ -378,6 +378,16 @@ Class ChannelMultiplexer</H2>
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;protocolID)</CODE>
<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseOpenChannel(short, java.lang.String, int)"><CODE>inverseOpenChannel(short, String, int)</CODE></A>.</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../org/eclipse/spi/net4j/InternalChannel.html" title="interface in org.eclipse.spi.net4j">InternalChannel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseOpenChannel(short, java.lang.String, int)">inverseOpenChannel</A></B>(short&nbsp;channelID,
+ <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;protocolID,
+ int&nbsp;protocolVersion)</CODE>
+
+<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -740,13 +750,34 @@ public <A HREF="../../../../org/eclipse/spi/net4j/InternalChannel.html" title="i
<A NAME="inverseOpenChannel(short, java.lang.String)"><!-- --></A><H3>
inverseOpenChannel</H3>
<PRE>
+<FONT SIZE="-1"><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</A>
+</FONT>public <A HREF="../../../../org/eclipse/spi/net4j/InternalChannel.html" title="interface in org.eclipse.spi.net4j">InternalChannel</A> <B>inverseOpenChannel</B>(short&nbsp;channelID,
+ <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;protocolID)</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseOpenChannel(short, java.lang.String, int)"><CODE>inverseOpenChannel(short, String, int)</CODE></A>.</I>
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="inverseOpenChannel(short, java.lang.String, int)"><!-- --></A><H3>
+inverseOpenChannel</H3>
+<PRE>
public <A HREF="../../../../org/eclipse/spi/net4j/InternalChannel.html" title="interface in org.eclipse.spi.net4j">InternalChannel</A> <B>inverseOpenChannel</B>(short&nbsp;channelID,
- <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;protocolID)</PRE>
+ <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;protocolID,
+ int&nbsp;protocolVersion)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
+<DT><B>Since:</B></DT>
+ <DD>4.2</DD>
</DL>
</DD>
</DL>
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Connector.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Connector.html
index eff17e1d8f..f1d33e1dc6 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Connector.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Connector.html
@@ -534,7 +534,7 @@ Class Connector</H2>
<TH ALIGN="left"><B>Methods inherited from class org.eclipse.spi.net4j.<A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html" title="class in org.eclipse.spi.net4j">ChannelMultiplexer</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#closeChannel(org.eclipse.spi.net4j.InternalChannel)">closeChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#createChannel()">createChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#createProtocol(java.lang.String, INFRA_STRUCTURE)">createProtocol</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#createProtocolFactoryKey(java.lang.String)">createProtocolFactoryKey</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getChannel(short)">getChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getChannels()">getChannels</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getConfig()">getConfig</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getElements()">getElements</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getOpenChannelTimeout()">getOpenChannelTimeout</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseCloseChannel(short)">inverseCloseChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseOpenChannel(short, java.lang.String)">inverseOpenChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#isEmpty()">isEmpty</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#openChannel()">openChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#openChannel(org.eclipse.net4j.protocol.IProtocol)">openChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#openChannel(java.lang.String, java.lang.Object)">openChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#registerChannelWithPeer(short, long, org.eclipse.net4j.protocol.IProtocol)">registerChannelWithPeer</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#setConfig(org.eclipse.net4j.ITransportConfig)">setConfig</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#setOpenChannelTimeout(long)">setOpenChannelTimeout</A></CODE></TD>
+<TD><CODE><A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#closeChannel(org.eclipse.spi.net4j.InternalChannel)">closeChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#createChannel()">createChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#createProtocol(java.lang.String, INFRA_STRUCTURE)">createProtocol</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#createProtocolFactoryKey(java.lang.String)">createProtocolFactoryKey</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getChannel(short)">getChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getChannels()">getChannels</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getConfig()">getConfig</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getElements()">getElements</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#getOpenChannelTimeout()">getOpenChannelTimeout</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseCloseChannel(short)">inverseCloseChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseOpenChannel(short, java.lang.String)">inverseOpenChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseOpenChannel(short, java.lang.String, int)">inverseOpenChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#isEmpty()">isEmpty</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#openChannel()">openChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#openChannel(org.eclipse.net4j.protocol.IProtocol)">openChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#openChannel(java.lang.String, java.lang.Object)">openChannel</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#registerChannelWithPeer(short, long, org.eclipse.net4j.protocol.IProtocol)">registerChannelWithPeer</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#setConfig(org.eclipse.net4j.ITransportConfig)">setConfig</A>, <A HREF="../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#setOpenChannelTimeout(long)">setOpenChannelTimeout</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.eclipse.net4j.util.container.Container"><!-- --></A>
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.html
index ad3148f5a5..be5854e656 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.html
@@ -98,7 +98,7 @@ Class Protocol&lt;INFRA_STRUCTURE&gt;</H2>
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.eclipse.spi.net4j.Protocol&lt;INFRA_STRUCTURE&gt;</B>
</PRE>
<DL>
-<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/eclipse/net4j/buffer/IBufferHandler.html" title="interface in org.eclipse.net4j.buffer">IBufferHandler</A>, <A HREF="../../../../org/eclipse/net4j/ILocationAware.html" title="interface in org.eclipse.net4j">ILocationAware</A>, <A HREF="../../../../org/eclipse/net4j/protocol/IProtocol.html" title="interface in org.eclipse.net4j.protocol">IProtocol</A>&lt;INFRA_STRUCTURE&gt;, <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/lifecycle/ILifecycle.html?is-external=true" title="class or interface in org.eclipse.net4j.util.lifecycle">ILifecycle</A>, <A HREF="../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/ILifecycle.DeferrableActivation.html?is-external=true" title="class or interface in org.eclipse.net4j.util.lifecycle">ILifecycle.DeferrableActivation</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></DD>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/eclipse/net4j/buffer/IBufferHandler.html" title="interface in org.eclipse.net4j.buffer">IBufferHandler</A>, <A HREF="../../../../org/eclipse/net4j/ILocationAware.html" title="interface in org.eclipse.net4j">ILocationAware</A>, <A HREF="../../../../org/eclipse/net4j/protocol/IProtocol.html" title="interface in org.eclipse.net4j.protocol">IProtocol</A>&lt;INFRA_STRUCTURE&gt;, <A HREF="../../../../org/eclipse/net4j/protocol/IProtocol2.html" title="interface in org.eclipse.net4j.protocol">IProtocol2</A>&lt;INFRA_STRUCTURE&gt;, <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/lifecycle/ILifecycle.html?is-external=true" title="class or interface in org.eclipse.net4j.util.lifecycle">ILifecycle</A>, <A HREF="../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/ILifecycle.DeferrableActivation.html?is-external=true" title="class or interface in org.eclipse.net4j.util.lifecycle">ILifecycle.DeferrableActivation</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></DD>
</DL>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/eclipse/net4j/signal/SignalProtocol.html" title="class in org.eclipse.net4j.signal">SignalProtocol</A></DD>
@@ -107,11 +107,11 @@ Class Protocol&lt;INFRA_STRUCTURE&gt;</H2>
<DL>
<DT>public abstract class <B>Protocol&lt;INFRA_STRUCTURE&gt;</B>
<DD>extends <A HREF="../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/Lifecycle.html?is-external=true" title="class or interface in org.eclipse.net4j.util.lifecycle">Lifecycle</A>
- <DD>implements <A HREF="../../../../org/eclipse/net4j/protocol/IProtocol.html" title="interface in org.eclipse.net4j.protocol">IProtocol</A>&lt;INFRA_STRUCTURE&gt;
+ <DD>implements <A HREF="../../../../org/eclipse/net4j/protocol/IProtocol2.html" title="interface in org.eclipse.net4j.protocol">IProtocol2</A>&lt;INFRA_STRUCTURE&gt;
</DL>
<map id="APIVIZ" name="APIVIZ">
-<area shape="rect" id="node1" href="../../net4j/protocol/IProtocol.html" title="&#171;interface&#187; IProtocol (org.eclipse.net4j.protocol)" alt="" coords="5,6,179,61"/>
+<area shape="rect" id="node1" href="../../net4j/protocol/IProtocol2.html" title="&#171;interface&#187; IProtocol2 (org.eclipse.net4j.protocol)" alt="" coords="5,6,179,61"/>
<area shape="rect" id="node2" href="Protocol.html" title="Protocol" alt="" coords="165,101,235,126"/>
<area shape="rect" id="node3" href="../../net4j/signal/SignalProtocol.html" title="SignalProtocol (org.eclipse.net4j.signal)" alt="" coords="119,165,281,205"/>
<area shape="rect" id="node4" title="Lifecycle (org.eclipse.net4j.util.lifecycle)" alt="" coords="209,13,407,53"/>
@@ -176,6 +176,15 @@ Class Protocol&lt;INFRA_STRUCTURE&gt;</H2>
<TD><CODE><A HREF="../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/lifecycle/Lifecycle.html?is-external=true#USE_LABEL" title="class or interface in org.eclipse.net4j.util.lifecycle">USE_LABEL</A></CODE></TD>
</TR>
</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_org.eclipse.net4j.protocol.IProtocol2"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Fields inherited from interface org.eclipse.net4j.protocol.<A HREF="../../../../org/eclipse/net4j/protocol/IProtocol2.html" title="interface in org.eclipse.net4j.protocol">IProtocol2</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../org/eclipse/net4j/protocol/IProtocol2.html#UNSPECIFIED_VERSION">UNSPECIFIED_VERSION</A></CODE></TD>
+</TR>
+</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
@@ -275,6 +284,14 @@ Class Protocol&lt;INFRA_STRUCTURE&gt;</H2>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/eclipse/spi/net4j/Protocol.html#getVersion()">getVersion</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/eclipse/spi/net4j/Protocol.html#handleChannelDeactivation()">handleChannelDeactivation</A></B>()</CODE>
@@ -419,6 +436,22 @@ public final <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang
</DL>
<HR>
+<A NAME="getVersion()"><!-- --></A><H3>
+getVersion</H3>
+<PRE>
+public int <B>getVersion</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/eclipse/net4j/protocol/IProtocol2.html#getVersion()">getVersion</A></CODE> in interface <CODE><A HREF="../../../../org/eclipse/net4j/protocol/IProtocol2.html" title="interface in org.eclipse.net4j.protocol">IProtocol2</A>&lt;<A HREF="../../../../org/eclipse/spi/net4j/Protocol.html" title="type parameter in Protocol">INFRA_STRUCTURE</A>&gt;</CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Since:</B></DT>
+ <DD>4.2</DD>
+</DL>
+</DD>
+</DL>
+<HR>
+
<A NAME="getExecutorService()"><!-- --></A><H3>
getExecutorService</H3>
<PRE>
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.png b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.png
index 18dfc29570..e9db886608 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.png
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/Protocol.png
Binary files differ
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/class-use/InternalChannel.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/class-use/InternalChannel.html
index 3ee289cc4b..c22d563106 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/class-use/InternalChannel.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/class-use/InternalChannel.html
@@ -157,6 +157,16 @@ Uses of <A HREF="../../../../../org/eclipse/spi/net4j/InternalChannel.html" titl
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;protocolID)</CODE>
<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseOpenChannel(short, java.lang.String, int)"><CODE>ChannelMultiplexer.inverseOpenChannel(short, String, int)</CODE></A>.</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/eclipse/spi/net4j/InternalChannel.html" title="interface in org.eclipse.spi.net4j">InternalChannel</A></CODE></FONT></TD>
+<TD><CODE><B>ChannelMultiplexer.</B><B><A HREF="../../../../../org/eclipse/spi/net4j/ChannelMultiplexer.html#inverseOpenChannel(short, java.lang.String, int)">inverseOpenChannel</A></B>(short&nbsp;channelID,
+ <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;protocolID,
+ int&nbsp;protocolVersion)</CODE>
+
+<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.html b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.html
index 2f137847db..f300998732 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.html
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.html
@@ -114,7 +114,7 @@ Server service provider interfaces and useful base implementations for the Net4j
<area shape="rect" id="node24" title="&#171;interface&#187; IEvent (org.eclipse.net4j.util.event)" alt="" coords="39,70,219,125"/>
<area shape="rect" id="node25" title="&#171;interface&#187; ILifecycle (org.eclipse.net4j.util.lifecycle)" alt="" coords="31,619,228,674"/>
<area shape="rect" id="node26" title="&#171;interface&#187; INegotiatorAware (org.eclipse.net4j.util.security)" alt="" coords="31,1050,227,1105"/>
-<area shape="rect" id="node27" href="../../net4j/protocol/IProtocol.html" title="&#171;interface&#187; IProtocol (org.eclipse.net4j.protocol)" alt="" coords="303,777,478,831"/>
+<area shape="rect" id="node27" href="../../net4j/protocol/IProtocol2.html" title="&#171;interface&#187; IProtocol2 (org.eclipse.net4j.protocol)" alt="" coords="303,777,478,831"/>
<area shape="rect" id="node28" href="../../net4j/ITransportConfigAware.html" title="&#171;interface&#187; ITransportConfigAware (org.eclipse.net4j)" alt="" coords="54,971,205,1026"/>
<area shape="rect" id="node29" href="InternalAcceptor.html" title="&#171;interface&#187; InternalAcceptor" alt="" coords="333,1113,449,1153"/>
<area shape="rect" id="node30" href="InternalBuffer.html" title="&#171;interface&#187; InternalBuffer" alt="" coords="342,156,439,196"/>
diff --git a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.png b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.png
index 3ad0b4c0d2..0ac6d84a91 100644
--- a/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.png
+++ b/plugins/org.eclipse.net4j.doc/javadoc/org/eclipse/spi/net4j/package-summary.png
Binary files differ

Back to the top