Uses of Class
edu.rit.m2mp.Channel

Packages that use Channel
edu.rit.m2mp Package edu.rit.m2mp is the API for the Many-to-Many Protocol (M2MP). 
edu.rit.m2mp.udp Package edu.rit.m2mp.udp provides Many-to-Many Protocol (M2MP) Channel implementations that transport M2MP packets as UDP datagrams. 
 

Uses of Channel in edu.rit.m2mp
 

Subclasses of Channel in edu.rit.m2mp
 class ControllableChannel
          Class ControllableChannel provides a user-controllable channel in the Many-to-Many Protocol (M2MP).
 class DaemonChannel
          Class DaemonChannel provides an M2MP Channel for communicating between an M2MP client process and the M2MP Daemon process.
 class FlowController
          Class FlowController provides an object that does flow control for the M2MP Layer.
 class NullChannel
          Class NullChannel provides an M2MP Channel implementation that does not send or receive messages.
 

Constructors in edu.rit.m2mp with parameters of type Channel
ControllableChannel(PacketPool thePacketPool, Channel theChannel)
          Construct a new controllable channel.
FlowController(PacketPool thePacketPool, Channel theChannel)
          Construct a new flow controller.
 

Uses of Channel in edu.rit.m2mp.udp
 

Subclasses of Channel in edu.rit.m2mp.udp
 class UDPChannel
          Class UDPChannel is the abstract base class for an M2MP Channel that uses UDP datagrams to transport M2MP packets.
 class UDPMulticastChannel
          Class UDPMulticastChannel provides a broadcast M2MP Channel that uses UDP datagrams to transport M2MP packets.
 class UDPUnicastChannel
          Class UDPUnicastChannel provides a point-to-point M2MP Channel that uses UDP datagrams to transport M2MP packets.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.