|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IChannelMultiplexer | |
|---|---|
| org.eclipse.net4j.channel | The Net4j transport layer concepts for dealing with channels. |
| org.eclipse.net4j.connector | The Net4j transport layer concepts for dealing with connectors. |
| org.eclipse.net4j.http.common | Transport layer extension with support for HTTP connections. |
| org.eclipse.net4j.jvm | Transport layer extension with support for JVM embedded connections. |
| org.eclipse.net4j.tcp | Transport layer extension with support for TCP socket connections. |
| org.eclipse.spi.net4j | 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 IChannelMultiplexer | |
|---|---|
IChannelMultiplexer |
IChannel.getMultiplexer()
Returns the multiplexer this channel is associated with. |
| Uses of IChannelMultiplexer in org.eclipse.net4j.connector |
|---|
| Subinterfaces of IChannelMultiplexer in org.eclipse.net4j.connector | |
|---|---|
interface |
IConnector
One endpoint of a physical connection of arbitrary nature between two communicating parties. |
| Uses of IChannelMultiplexer in org.eclipse.net4j.http.common |
|---|
| Subinterfaces of IChannelMultiplexer in org.eclipse.net4j.http.common | |
|---|---|
interface |
IHTTPConnector
A connector that implements polling HTTP transport. |
| Uses of IChannelMultiplexer in org.eclipse.net4j.jvm |
|---|
| Subinterfaces of IChannelMultiplexer in org.eclipse.net4j.jvm | |
|---|---|
interface |
IJVMConnector
A connector that implements JVM-embedded transport. |
| Uses of IChannelMultiplexer in org.eclipse.net4j.tcp |
|---|
| Subinterfaces of IChannelMultiplexer in org.eclipse.net4j.tcp | |
|---|---|
interface |
ITCPConnector
A connector that implements non-blocking multiplexed TCP transport, optionally with
SSL. |
| Uses of IChannelMultiplexer in org.eclipse.spi.net4j |
|---|
| Subinterfaces of IChannelMultiplexer in org.eclipse.spi.net4j | |
|---|---|
interface |
InternalChannelMultiplexer
If the meaning of this type isn't clear, there really should be more of a description here... |
interface |
InternalConnector
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 IChannelMultiplexer | |
|---|---|
class |
ChannelMultiplexer
If the meaning of this type isn't clear, there really should be more of a description here... |
class |
Connector
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 IChannelMultiplexer | |
|---|---|
IChannelMultiplexer |
Channel.getMultiplexer()
|
| Methods in org.eclipse.spi.net4j with parameters of type IChannelMultiplexer | |
|---|---|
void |
Channel.setMultiplexer(IChannelMultiplexer channelMultiplexer)
|
void |
InternalChannel.setMultiplexer(IChannelMultiplexer channelMultiplexer)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||