Uses of Interface
org.red5.server.api.stream.IServerStream

Packages that use IServerStream
org.red5.server.api.stream.support   
org.red5.server.stream   
 

Uses of IServerStream in org.red5.server.api.stream.support
 

Methods in org.red5.server.api.stream.support that return IServerStream
static IServerStream StreamUtils.createServerStream(IScope scope, String name)
          Creates server stream
static IServerStream StreamUtils.getServerStream(IScope scope, String name)
          Looks up a server stream in the stream map.
 

Methods in org.red5.server.api.stream.support with parameters of type IServerStream
static void StreamUtils.putServerStream(IScope scope, String name, IServerStream stream)
          Puts a server stream in the stream map
 

Uses of IServerStream in org.red5.server.stream
 

Classes in org.red5.server.stream that implement IServerStream
 class ServerStream
          An implementation for server side stream.
 



Copyright © 2006-2010 The Red5 Project