Uses of Interface
org.eclipse.net4j.channel.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
Modifier and TypeMethodDescriptionIChannel.getMultiplexer()
Returns the multiplexer this channel is associated with. -
Uses of IChannelMultiplexer in org.eclipse.net4j.connector
Modifier and TypeInterfaceDescriptioninterface
One endpoint of a physical connection of arbitrary nature between two communicating parties.interface
-
Uses of IChannelMultiplexer in org.eclipse.net4j.jvm
Modifier and TypeInterfaceDescriptioninterface
Aconnector
that implements JVM-embedded transport. -
Uses of IChannelMultiplexer in org.eclipse.net4j.tcp
Modifier and TypeInterfaceDescriptioninterface
-
Uses of IChannelMultiplexer in org.eclipse.net4j.ws
Modifier and TypeInterfaceDescriptioninterface
Aconnector
that implements Websockets-based transport. -
Uses of IChannelMultiplexer 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...interface
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...class
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionvoid
Channel.setMultiplexer
(IChannelMultiplexer channelMultiplexer) void
InternalChannel.setMultiplexer
(IChannelMultiplexer channelMultiplexer)