org.red5.server.stream
Class SingleItemSubscriberStream.Notifier

java.lang.Object
  extended by org.red5.server.stream.SingleItemSubscriberStream.Notifier
All Implemented Interfaces:
Runnable
Enclosing class:
SingleItemSubscriberStream

public class SingleItemSubscriberStream.Notifier
extends Object
implements Runnable

Handles notifications in a separate thread.


Constructor Summary
SingleItemSubscriberStream.Notifier(ISingleItemSubscriberStream stream, IStreamAwareScopeHandler handler)
           
 
Method Summary
 void run()
           
 void setConnection(IConnection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleItemSubscriberStream.Notifier

public SingleItemSubscriberStream.Notifier(ISingleItemSubscriberStream stream,
                                           IStreamAwareScopeHandler handler)
Method Detail

setConnection

public void setConnection(IConnection conn)

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2006-2012 The Red5 Project