Rice Pastry API

Uses of Class
rice.p2p.splitstream.Channel

Packages that use Channel
rice.p2p.splitstream   
 

Uses of Channel in rice.p2p.splitstream
 

Fields in rice.p2p.splitstream declared as Channel
protected  rice.p2p.splitstream.Channel Stripe.channel
          This stripe's channel
 

Methods in rice.p2p.splitstream that return Channel
 rice.p2p.splitstream.Channel SplitStream.attachChannel(rice.p2p.splitstream.ChannelId id)
          A SplitStream application calls this method to join a channel.
 rice.p2p.splitstream.Channel SplitStream.createChannel(rice.p2p.splitstream.ChannelId id)
          A SplitStream application calls this method when it wishes to distribute content, creating a new channel object.
 rice.p2p.splitstream.Channel[] SplitStream.getChannels()
          Returns all of the channels on this local splitstream
 rice.p2p.splitstream.Channel SplitStreamImpl.createChannel(rice.p2p.splitstream.ChannelId id)
          This method is used by a peer who wishes to distribute the content using SplitStream.
 rice.p2p.splitstream.Channel SplitStreamImpl.attachChannel(rice.p2p.splitstream.ChannelId id)
          This method is used by peers who wish to listen to content distributed by some other peer using SplitStream.
 rice.p2p.splitstream.Channel[] SplitStreamImpl.getChannels()
          Returns all of the channels on this local splitstream
 

Methods in rice.p2p.splitstream with parameters of type Channel
 int SplitStreamScribePolicy.getTotalChildren(rice.p2p.splitstream.Channel channel)
          Returns the total number of children for the given channel
 rice.p2p.commonapi.NodeHandle SplitStreamScribePolicy.freeBandwidth(rice.p2p.splitstream.Channel channel, rice.p2p.commonapi.NodeHandle newChild, rice.p2p.commonapi.Id stripeId)
          This method attempts to free bandwidth from our primary stripe.
 

Constructors in rice.p2p.splitstream with parameters of type Channel
Stripe(rice.p2p.splitstream.StripeId stripeId, rice.p2p.scribe.Scribe scribe, rice.p2p.splitstream.Channel channel)
          The constructor used when creating a stripe from scratch.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection