org.atmosphere.samples.webrtc
Class Subscriber

java.lang.Object
  extended by org.atmosphere.samples.webrtc.Subscriber

public class Subscriber
extends Object


Constructor Summary
Subscriber()
           
 
Method Summary
 void publish(String message, org.atmosphere.cpr.Broadcaster topic)
           
 org.atmosphere.jersey.SuspendResponse<String> subscribe(org.atmosphere.cpr.Broadcaster topic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subscriber

public Subscriber()
Method Detail

subscribe

public org.atmosphere.jersey.SuspendResponse<String> subscribe(org.atmosphere.cpr.Broadcaster topic)

publish

public void publish(String message,
                    org.atmosphere.cpr.Broadcaster topic)


Copyright © 2014. All Rights Reserved.