|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SplitStreamClient
This interface allows an application running on top of SplitStream to be notified of events.
Method Summary | |
---|---|
void |
deliver(Stripe s,
byte[] data)
Is called when data is received on a stripe which this client has registered interest |
void |
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. |
Method Detail |
---|
void joinFailed(Stripe s)
s
- The stripe which the join failed onvoid deliver(Stripe s, byte[] data)
data
- The data that was receiveds
- The stripe the data as received on
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |