The Meta-Environment API

Uses of Class
toolbus.communication.AbstractConnectionHandler

Packages that use AbstractConnectionHandler
toolbus This package implements the ToolBus coordination architecture. 
toolbus.adapter   
toolbus.communication   
 

Uses of AbstractConnectionHandler in toolbus
 

Subclasses of AbstractConnectionHandler in toolbus
 class SocketConnectionHandler
          This class handles the establishing and closing of all TCP/IP connections.
 

Uses of AbstractConnectionHandler in toolbus.adapter
 

Subclasses of AbstractConnectionHandler in toolbus.adapter
 class ToolConnectionHandler
          This class handles the opening and closing of the tool's connection with the ToolBus and provides access to the multiplexers that are handling network I/O.
 

Uses of AbstractConnectionHandler in toolbus.communication
 

Fields in toolbus.communication declared as AbstractConnectionHandler
private  AbstractConnectionHandler SocketReadMultiplexer.connectionHandler
           
private  AbstractConnectionHandler SocketReadWriteMultiplexer.connectionHandler
           
private  AbstractConnectionHandler SocketWriteMultiplexer.connectionHandler
           
private  AbstractConnectionHandler SocketIOHandler.connectionHandler
           
 

Constructors in toolbus.communication with parameters of type AbstractConnectionHandler
SocketIOHandler(IDataHandler dataHandler, AbstractConnectionHandler connectionHandler, java.nio.channels.SocketChannel socketChannel)
          Constructor.
SocketReadMultiplexer(AbstractConnectionHandler connectionHandler)
          Constructor.
SocketReadWriteMultiplexer(AbstractConnectionHandler connectionHandler)
          Constructor.
SocketWriteMultiplexer(AbstractConnectionHandler connectionHandler)
          Constructor.
 


The Meta-Environment API