org.red5.server.net
public interface IConnectionEventQueue
Modifier and Type | Method and Description |
---|---|
boolean |
hasEventsWaiting(IConnection conn)
Whether queue has waiting connection events
|
Iterator<IEvent> |
pickupEvents(IConnection conn)
Return iterator over waiting events
|
boolean hasEventsWaiting(IConnection conn)
conn
- Connectiontrue
if queue has waiting events for connection, false
otherwiseIterator<IEvent> pickupEvents(IConnection conn)
conn
- ConnectionCopyright © 2006-2012 The Red5 Project