Rice Pastry API

Uses of Class
rice.p2p.splitstream.Stripe

Packages that use Stripe
rice.p2p.splitstream   
 

Uses of Stripe in rice.p2p.splitstream
 

Fields in rice.p2p.splitstream declared as Stripe
protected  rice.p2p.splitstream.Stripe[] Channel.stripes
          The list of stripeIds for this channel
 

Methods in rice.p2p.splitstream that return Stripe
 rice.p2p.splitstream.Stripe[] Channel.getStripes()
          At any moment a node is subscribed to at least 1 but possibly more stripes.
protected  rice.p2p.splitstream.Stripe Channel.getPrimaryStripe()
          The primary stripe is the stripe that the user must have.
 

Methods in rice.p2p.splitstream with parameters of type Stripe
 void SplitStreamClient.joinFailed(rice.p2p.splitstream.Stripe s)
          This is a call back into the application to notify it that one of the stripes was unable to to find a parent, and thus unable to recieve data.
 void SplitStreamClient.deliver(rice.p2p.splitstream.Stripe s, byte[] data)
          Is called when data is received on a stripe which this client has registered interest
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection