Uses of Class
edu.rit.m2mp.PacketPool

Packages that use PacketPool
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 PacketPool in edu.rit.m2mp
 

Fields in edu.rit.m2mp declared as PacketPool
protected  PacketPool Channel.myPacketPool
          This channel's packet pool.
 

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

Uses of PacketPool in edu.rit.m2mp.udp
 

Constructors in edu.rit.m2mp.udp with parameters of type PacketPool
UDPChannel(PacketPool thePacketPool, String theDefaultAddress)
          Construct a new UDP channel.
UDPMulticastChannel(PacketPool thePacketPool)
          Construct a new UDP multicast channel.
UDPUnicastChannel(PacketPool thePacketPool)
          Construct a new UDP unicast channel.
 



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