Uses of Interface
rice.p2p.splitstream.SplitStreamClient

Packages that use SplitStreamClient
rice.p2p.splitstream   
rice.tutorial.splitstream   
 

Uses of SplitStreamClient in rice.p2p.splitstream
 

Fields in rice.p2p.splitstream with type parameters of type SplitStreamClient
protected  Vector<SplitStreamClient> Stripe.clients
          The list of SplitStreamClients interested in data from this client
 

Methods in rice.p2p.splitstream with parameters of type SplitStreamClient
 void Stripe.subscribe(SplitStreamClient client)
          Adds a client to this stripe - the client will be informed whenever data arrives for this stripe
 void Stripe.unsubscribe(SplitStreamClient client)
          Removes a client from this stripe - the client will no longer be informed whenever data arrives for this stripe
 

Uses of SplitStreamClient in rice.tutorial.splitstream
 

Classes in rice.tutorial.splitstream that implement SplitStreamClient
 class MySplitStreamClient
          We implement the Application interface to receive regular timed messages (see lesson5).
 



Copyright © 2010. All Rights Reserved.