The Meta-Environment API

Uses of Interface
toolbus.communication.IReadMultiplexer

Packages that use IReadMultiplexer
toolbus.adapter   
toolbus.communication   
 

Uses of IReadMultiplexer in toolbus.adapter
 

Methods in toolbus.adapter that return IReadMultiplexer
 IReadMultiplexer ToolConnectionHandler.getReadMultiplexer()
           
 

Uses of IReadMultiplexer in toolbus.communication
 

Classes in toolbus.communication that implement IReadMultiplexer
 class SocketReadMultiplexer
          This class handles the multiplexing of socket channels that we are registered for read operations.
 class SocketReadWriteMultiplexer
          This class handles the multiplexing of socket channels that we are registered for either read or write operations.
 

Methods in toolbus.communication that return IReadMultiplexer
abstract  IReadMultiplexer AbstractConnectionHandler.getReadMultiplexer()
          Returns a reference to the read multiplexer.
 


The Meta-Environment API