Uses of Interface
org.eclipse.net4j.channel.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
Modifier 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 .Modifier and TypeMethodDescriptionIChannelMultiplexer.getChannels()
Returns a collection of currently open channels.ModifierConstructorDescriptionChannelInputStream
(IChannel channel) ChannelInputStream
(IChannel channel, long millisBeforeTimeout) ChannelOutputStream
(IChannel channel) ChannelOutputStream
(IChannel channel, IBufferProvider bufferProvider) -
Uses of IChannel in org.eclipse.net4j.jvm
-
Uses of IChannel in org.eclipse.net4j.protocol
-
Uses of IChannel in org.eclipse.net4j.signal
Modifier and TypeMethodDescriptionISignalProtocol.open
(IConnector connector) SignalProtocol.open
(IConnector connector) -
Uses of IChannel in org.eclipse.spi.net4j
Modifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionProtocol.getChannel()
IChannel[]
ChannelMultiplexer.getElements()
Modifier and TypeMethodDescriptionprotected void
ChannelContainer.addChannel
(IChannel channel) protected void
ChannelContainer.removeChannel
(IChannel channel) void
Protocol.setChannel
(IChannel newChannel)