Package org.objectweb.dream.channel

Interface Summary
AddIPChannelAttributeController Attribute controller interface for AddIPChannel components.
ChannelOutAttributeController ChannelOut attribute controller.
DestinationSocketManager Interface used by ChannelOut to retreive a socket to send a message to a ChannelIn identified by it InetAddressand is port.
IPChannelDestinationChunk Chunk interface used to identify the IP channel a message is destinated.
IPChannelInAttributeController Attribute controller for IP channel in, It defines a listening port number attribute.
IPChannelSourceChunk Chunk interface used to identify the IP channel that send the message.
MonoDestinationIPChannelOutAttributeController Attribute controller for ChannelOut components that can send message to only one destination.
MultiConnTCPChannelInAttributeController Attribute controller for MultiConnTCPChannelInImplcomponent.
MultiConnTCPChannelOutAttributeController Attribute controller for MultiConnTCPChannelOutImplcomponent.
MultiDestinationChannelOutAttributeController Attribute controller for ChannelOut components that can send message to destinations (i.e. several address spaces).
 

Class Summary
AbstractTCPChannelInImpl Abstract implementation of a TCP ChannelIn Component.
AbstractTCPChannelOutImpl Abstract implementation of a ChannelOut component.
BasicAddIPChannelDestinationChunkImpl This message transformer adds a IPChannelDestinationChunkcontaining the inet address and the listenning port of a channel.
BasicAddIPChannelSourceChunkImpl This message transformer adds a IPChannelSourceChunkcontaining the inet address and the listenning port of a channel.
BasicIPChannelDestinationChunk Basic Implementation of IPChannelDestinationChunk
BasicIPChannelSourceChunk Basic Implementation of IPChannelSourceChunk
BasicTCPChannelInImpl Basic implementation of a TCP ChannelIn Component.
BasicTCPChannelOutImpl Basic implementation of a ChannelOut component.
ConnectionState Class returned by DestinationSocketManager.getConnection(java.net.InetAddress, int).
MonoDestinationTCPChannelOutImpl Basic implementation of a ChannelOut component, using TCP protocol.
MultiConnTCPChannelInImpl ChannelIn implementation accepting multiple connection at the same time.
MultiConnTCPChannelOutImpl  
ReliableTCPChannelInImpl Reliable implementation of a TCP ChannelIn Component.
ReliableTCPChannelOutImpl Reliable implementation of a ChannelOut component, using TCP protocol and InetSocketAddressdestination.
 



Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.