Uses of Package
org.eclipse.net4j.channel

Packages that use org.eclipse.net4j.channel
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.protocol The Net4j transport layer concepts for dealing with protocols. 
org.eclipse.net4j.signal A framework for request/response based communication on top of the Net4j transport layer. 
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. 
 

Classes in org.eclipse.net4j.channel used by org.eclipse.net4j.channel
ChannelException
          Thrown by an IChannel to indicate channel management problems.
IChannel
          A bidirectional communications channel for the asynchronous exchange of buffers.
IChannelMultiplexer
          Manages and multiplexes virtual data channels over a shared physical connection.
 

Classes in org.eclipse.net4j.channel used by org.eclipse.net4j.connector
IChannelMultiplexer
          Manages and multiplexes virtual data channels over a shared physical connection.
 

Classes in org.eclipse.net4j.channel used by org.eclipse.net4j.http.common
IChannelMultiplexer
          Manages and multiplexes virtual data channels over a shared physical connection.
 

Classes in org.eclipse.net4j.channel used by org.eclipse.net4j.jvm
IChannel
          A bidirectional communications channel for the asynchronous exchange of buffers.
IChannelMultiplexer
          Manages and multiplexes virtual data channels over a shared physical connection.
 

Classes in org.eclipse.net4j.channel used by org.eclipse.net4j.protocol
IChannel
          A bidirectional communications channel for the asynchronous exchange of buffers.
 

Classes in org.eclipse.net4j.channel used by org.eclipse.net4j.signal
IChannel
          A bidirectional communications channel for the asynchronous exchange of buffers.
 

Classes in org.eclipse.net4j.channel used by org.eclipse.net4j.tcp
IChannelMultiplexer
          Manages and multiplexes virtual data channels over a shared physical connection.
 

Classes in org.eclipse.net4j.channel used by org.eclipse.spi.net4j
ChannelException
          Thrown by an IChannel to indicate channel management problems.
IChannel
          A bidirectional communications channel for the asynchronous exchange of buffers.
IChannelMultiplexer
          Manages and multiplexes virtual data channels over a shared physical connection.
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.