|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Stripe | |
rice.p2p.splitstream | |
rice.p2p.splitstream.testing |
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 |
Uses of Stripe in rice.p2p.splitstream.testing |
Methods in rice.p2p.splitstream.testing that return Stripe | |
Stripe[] |
MySplitStreamClient.getStripes()
Gets the Stripes attribute of the MySplitStreamClient object |
Methods in rice.p2p.splitstream.testing with parameters of type Stripe | |
void |
MySplitStreamClient.publish(byte[] b,
Stripe s)
DESCRIBE THE METHOD |
void |
MySplitStreamClient.joinFailed(Stripe s)
DESCRIBE THE METHOD |
void |
MySplitStreamClient.deliver(Stripe s,
byte[] data)
DESCRIBE THE METHOD |
|
Rice Pastry API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |