Modifier and Type | Method and Description |
---|---|
void |
BaseConnection.dispatchEvent(IEvent event)
Dispatches event
|
boolean |
BaseConnection.handleEvent(IEvent event)
Handles event
|
boolean |
CoreHandler.handleEvent(IEvent event)
Handle an event
|
void |
BaseConnection.notifyEvent(IEvent event)
Notified on event
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractScopeAdapter.handleEvent(IEvent event)
Handle an event
|
Modifier and Type | Method and Description |
---|---|
void |
IEventDispatcher.dispatchEvent(IEvent event)
Dispatches event
|
boolean |
IEventHandler.handleEvent(IEvent event)
Handle an event
|
void |
IEventListener.notifyEvent(IEvent event)
Notify of event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CoreHandlerMXBean.handleEvent(IEvent event) |
Modifier and Type | Method and Description |
---|---|
Iterator<IEvent> |
IConnectionEventQueue.pickupEvents(IConnection conn)
Return iterator over waiting events
|
Modifier and Type | Method and Description |
---|---|
void |
RemotingConnection.dispatchEvent(IEvent event)
Dispatches event
|
boolean |
RemotingConnection.handleEvent(IEvent event)
Handle an event
|
void |
RemotingConnection.notifyEvent(IEvent event)
Notify of event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRTMPEvent |
Modifier and Type | Class and Description |
---|---|
class |
Abort
RTMP Abort event.
|
class |
Aggregate
Aggregate data event
|
class |
AudioData |
class |
BaseEvent
Base abstract class for all RTMP events
|
class |
BytesRead
Bytes read event
|
class |
ChunkSize
Chunk size event
|
class |
ClientBW
Client bandwidth event.
|
class |
FlexMessage
Flex method invocation.
|
class |
FlexStreamSend
AMF3 stream send message.
|
class |
Invoke
Remote invocation event
|
class |
Notify
Stream notification event
|
class |
Ping
Ping event, actually combination of different events.
|
class |
ServerBW
Server bandwidth event.
|
class |
Unknown
Unknown event
|
class |
VideoData
Video data event
|
Modifier and Type | Method and Description |
---|---|
void |
BasicScope.dispatchEvent(IEvent event)
Dispatches event (notifies all listeners)
|
void |
Scope.dispatchEvent(IEvent event)
Dispatches event (notifies all listeners)
|
boolean |
BasicScope.handleEvent(IEvent event)
Handles event.
|
boolean |
Scope.handleEvent(IEvent event)
Handles event.
|
void |
BasicScope.notifyEvent(IEvent event)
Notifies listeners on event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISharedObjectMessage
Shared object message
|
Modifier and Type | Class and Description |
---|---|
class |
FlexSharedObjectMessage |
class |
SharedObjectMessage
Shared object event
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSharedObject.dispatchEvent(IEvent e)
Dispatches event
|
void |
SharedObjectScope.dispatchEvent(IEvent e)
Dispatches event (notifies all listeners)
|
Modifier and Type | Method and Description |
---|---|
IEvent |
IStreamSource.dequeue()
Double ended queue of event objects
|
Modifier and Type | Method and Description |
---|---|
void |
ClientBroadcastStream.dispatchEvent(IEvent event)
Dispatches event
|
Copyright © 2006-2012 The Red5 Project