Uses of Interface
org.eclipse.net4j.channel.IChannel
Packages that use IChannel
Package
Description
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.
-
Uses of IChannel in org.eclipse.net4j.channel
Methods in org.eclipse.net4j.channel that return IChannelModifier and TypeMethodDescriptionChannelInputStream.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 .Methods in org.eclipse.net4j.channel that return types with arguments of type IChannelModifier and TypeMethodDescriptionIChannelMultiplexer.getChannels()
Returns a collection of currently open channels.Constructors in org.eclipse.net4j.channel with parameters of type IChannelModifierConstructorDescriptionChannelInputStream
(IChannel channel) ChannelInputStream
(IChannel channel, long millisBeforeTimeout) ChannelOutputStream
(IChannel channel) ChannelOutputStream
(IChannel channel, IBufferProvider bufferProvider) -
Uses of IChannel in org.eclipse.net4j.jvm
Subinterfaces of IChannel in org.eclipse.net4j.jvm -
Uses of IChannel in org.eclipse.net4j.protocol
Methods in org.eclipse.net4j.protocol that return IChannelMethods in org.eclipse.net4j.protocol with parameters of type IChannel -
Uses of IChannel in org.eclipse.net4j.signal
Methods in org.eclipse.net4j.signal that return IChannelModifier and TypeMethodDescriptionISignalProtocol.open
(IConnector connector) SignalProtocol.open
(IConnector connector) -
Uses of IChannel in org.eclipse.spi.net4j
Subinterfaces of IChannel in org.eclipse.spi.net4jModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Classes in org.eclipse.spi.net4j that implement IChannelModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...Methods in org.eclipse.spi.net4j that return IChannelModifier and TypeMethodDescriptionProtocol.getChannel()
IChannel[]
ChannelMultiplexer.getElements()
Methods in org.eclipse.spi.net4j that return types with arguments of type IChannelMethods in org.eclipse.spi.net4j with parameters of type IChannelModifier and TypeMethodDescriptionprotected void
ChannelContainer.addChannel
(IChannel channel) protected void
ChannelContainer.removeChannel
(IChannel channel) void
Protocol.setChannel
(IChannel newChannel)