Uses of Interface
org.eclipse.net4j.channel.IChannelMultiplexer
Packages that use IChannelMultiplexer
Package
Description
The Net4j transport layer concepts for dealing with channels.
The Net4j transport layer concepts for dealing with connectors.
Transport layer extension with support for JVM embedded connections.
Transport layer extension with support for TCP socket connections.
Transport layer extension with support for Websocket connections.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Uses of IChannelMultiplexer in org.eclipse.net4j.channel
Methods in org.eclipse.net4j.channel that return IChannelMultiplexerModifier and TypeMethodDescriptionIChannel.getMultiplexer()
Returns the multiplexer this channel is associated with. -
Uses of IChannelMultiplexer in org.eclipse.net4j.connector
Subinterfaces of IChannelMultiplexer in org.eclipse.net4j.connectorModifier and TypeInterfaceDescriptioninterface
One endpoint of a physical connection of arbitrary nature between two communicating parties.interface
-
Uses of IChannelMultiplexer in org.eclipse.net4j.jvm
Subinterfaces of IChannelMultiplexer in org.eclipse.net4j.jvmModifier and TypeInterfaceDescriptioninterface
Aconnector
that implements JVM-embedded transport. -
Uses of IChannelMultiplexer in org.eclipse.net4j.tcp
Subinterfaces of IChannelMultiplexer in org.eclipse.net4j.tcpModifier and TypeInterfaceDescriptioninterface
-
Uses of IChannelMultiplexer in org.eclipse.net4j.ws
Subinterfaces of IChannelMultiplexer in org.eclipse.net4j.wsModifier and TypeInterfaceDescriptioninterface
Aconnector
that implements Websockets-based transport. -
Uses of IChannelMultiplexer in org.eclipse.spi.net4j
Subinterfaces of IChannelMultiplexer 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...interface
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 IChannelMultiplexerModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
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 IChannelMultiplexerMethods in org.eclipse.spi.net4j with parameters of type IChannelMultiplexerModifier and TypeMethodDescriptionvoid
Channel.setMultiplexer
(IChannelMultiplexer channelMultiplexer) void
InternalChannel.setMultiplexer
(IChannelMultiplexer channelMultiplexer)