Verwendungen von Schnittstelle
org.eclipse.net4j.channel.IChannel
Packages, die IChannel verwenden
Package
Beschreibung
The Net4j transport layer concepts for dealing with channels.
Transport layer extension with support for JVM embedded connections.
The Net4j transport layer concepts for dealing with protocols.
A framework for request/response based communication on top of the Net4j transport layer.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Verwendungen von IChannel in org.eclipse.net4j.channel
Methoden in org.eclipse.net4j.channel, die IChannel zurückgebenModifizierer und TypMethodeBeschreibungChannelInputStream.getChannel()
IChannelMultiplexer.openChannel()
Synchronous request to open a newIChannel
with an undefined channel protocol.IChannelMultiplexer.openChannel
(String protocolID, Object infraStructure) Synchronous request to open a newIChannel
with a channel protocol defined by a given protocol identifier.IChannelMultiplexer.openChannel
(IProtocol<?> protocol) Synchronous request to open a newIChannel
with the given channel protocol .Methoden in org.eclipse.net4j.channel, die Typen mit Argumenten vom Typ IChannel zurückgebenModifizierer und TypMethodeBeschreibungIChannelMultiplexer.getChannels()
Returns a collection of currently open channels.Konstruktoren in org.eclipse.net4j.channel mit Parametern vom Typ IChannelModifiziererKonstruktorBeschreibungChannelInputStream
(IChannel channel) ChannelInputStream
(IChannel channel, long millisBeforeTimeout) ChannelOutputStream
(IChannel channel) ChannelOutputStream
(IChannel channel, IBufferProvider bufferProvider) -
Verwendungen von IChannel in org.eclipse.net4j.jvm
Unterschnittstellen von IChannel in org.eclipse.net4j.jvm -
Verwendungen von IChannel in org.eclipse.net4j.protocol
Methoden in org.eclipse.net4j.protocol, die IChannel zurückgebenMethoden in org.eclipse.net4j.protocol mit Parametern vom Typ IChannel -
Verwendungen von IChannel in org.eclipse.net4j.signal
Methoden in org.eclipse.net4j.signal, die IChannel zurückgebenModifizierer und TypMethodeBeschreibungISignalProtocol.open
(IConnector connector) SignalProtocol.open
(IConnector connector) -
Verwendungen von IChannel in org.eclipse.spi.net4j
Unterschnittstellen von IChannel in org.eclipse.spi.net4jModifizierer und TypSchnittstelleBeschreibunginterface
If the meaning of this type isn't clear, there really should be more of a description here...Klassen in org.eclipse.spi.net4j, die IChannel implementierenModifizierer und TypKlasseBeschreibungclass
If the meaning of this type isn't clear, there really should be more of a description here...Methoden in org.eclipse.spi.net4j, die IChannel zurückgebenModifizierer und TypMethodeBeschreibungProtocol.getChannel()
IChannel[]
ChannelMultiplexer.getElements()
Methoden in org.eclipse.spi.net4j, die Typen mit Argumenten vom Typ IChannel zurückgebenModifizierer und TypMethodeBeschreibungfinal Collection
<IChannel> ChannelMultiplexer.getChannels()
Methoden in org.eclipse.spi.net4j mit Parametern vom Typ IChannelModifizierer und TypMethodeBeschreibungprotected void
ChannelContainer.addChannel
(IChannel channel) protected void
ChannelContainer.removeChannel
(IChannel channel) void
Protocol.setChannel
(IChannel newChannel)