| Package | Description |
|---|---|
| org.red5.server | |
| org.red5.server.adapter | |
| org.red5.server.api.event | |
| org.red5.server.net.rtmp | |
| org.red5.server.net.rtmp.event | |
| org.red5.server.scope | |
| org.red5.server.so | |
| org.red5.server.stream |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseConnection.dispatchEvent(IEvent event)
Dispatches event
|
boolean |
BaseConnection.handleEvent(IEvent event)
Handles 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 |
|---|---|
void |
RTMPConnection.dispatchEvent(IEvent event)
Dispatches 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 |
ClientInvokeEvent
Represents an invoke to be executed on a connected client.
|
class |
ClientNotifyEvent
Represents an notify to be executed on a connected client.
|
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 |
SetBuffer
Control message used to set a buffer.
|
class |
StreamActionEvent
Represents a stream action occurring on a connection or stream.
|
class |
SWFResponse
Control message used in response to a SWF verification request.
|
class |
Unknown
Unknown event
|
class |
VideoData
Video data event
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.dispatchEvent(IEvent event)
Dispatches event (notifies all listeners)
|
void |
BasicScope.dispatchEvent(IEvent event)
Dispatches event (notifies all listeners)
|
boolean |
Scope.handleEvent(IEvent event)
Handles event.
|
boolean |
BasicScope.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 |
|---|---|
void |
ClientBroadcastStream.dispatchEvent(IEvent event)
Dispatches event
|
Copyright © 2005–2017 Red5. All rights reserved.