| 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Stripe | |
| rice.p2p.splitstream | |
| Uses of Stripe in rice.p2p.splitstream | 
| Fields in rice.p2p.splitstream declared as Stripe | |
protected  Stripe[] | 
Channel.stripes
The list of stripeIds for this channel  | 
| Methods in rice.p2p.splitstream that return Stripe | |
 Stripe[] | 
Channel.getStripes()
At any moment a node is subscribed to at least 1 but possibly more stripes.  | 
protected  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(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(Stripe s,
        byte[] data)
Is called when data is received on a stripe which this client has registered interest  | 
  | 
Rice Pastry API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||