|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.server.Broadcaster<OutboundEvent>
org.glassfish.jersey.media.sse.SseBroadcaster
public class SseBroadcaster
Used for broadcasting sse to multiple EventChannel instances.
| Constructor Summary | |
|---|---|
SseBroadcaster()
|
|
| Method Summary | |
|---|---|
void |
add(EventChannel eventChannel)
Register EventChannel to current SseBroadcaster instance. |
| Methods inherited from class org.glassfish.jersey.server.Broadcaster |
|---|
add, addBroadcasterListener, broadcast, closeAll, onClose, onException, remove, removeBroadcasterListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SseBroadcaster()
| Method Detail |
|---|
public void add(EventChannel eventChannel)
EventChannel to current SseBroadcaster instance.
eventChannel - EventChannel to register.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||