Uses of Interface
org.red5.server.api.event.IEvent
Package
Description
-
Uses of IEvent in org.red5.server
Modifier and TypeMethodDescriptionvoid
BaseConnection.dispatchEvent
(IEvent event) Dispatches eventboolean
BaseConnection.handleEvent
(IEvent event) Handles eventboolean
CoreHandler.handleEvent
(IEvent event) Handle an event.void
BaseConnection.notifyEvent
(IEvent event) Notified on event -
Uses of IEvent in org.red5.server.adapter
Modifier and TypeMethodDescriptionboolean
AbstractScopeAdapter.handleEvent
(IEvent event) Handle an event.boolean
MultiThreadedApplicationAdapter.handleEvent
(IEvent event) -
Uses of IEvent in org.red5.server.api.event
Modifier and TypeMethodDescriptionvoid
IEventDispatcher.dispatchEvent
(IEvent event) Dispatches eventboolean
IEventHandler.handleEvent
(IEvent event) Handle an event.void
IEventListener.notifyEvent
(IEvent event) Notify of event. -
Uses of IEvent in org.red5.server.jmx.mxbeans
-
Uses of IEvent in org.red5.server.net
Modifier and TypeMethodDescriptionIConnectionEventQueue.pickupEvents
(IConnection conn) Return iterator over waiting events -
Uses of IEvent in org.red5.server.net.rtmp
Modifier and TypeMethodDescriptionvoid
RTMPConnection.dispatchEvent
(IEvent event) Dispatches event -
Uses of IEvent in org.red5.server.net.rtmp.event
Modifier and TypeClassDescriptionclass
RTMP Abort event.class
Aggregate data eventclass
class
Base abstract class for all RTMP eventsclass
Bytes read eventclass
Chunk size eventclass
Client bandwidth event.class
Represents an invoke to be executed on a connected client.class
Represents an notify to be executed on a connected client.class
Flex method invocation.class
AMF3 stream send message.class
Remote invocation eventclass
Stream notification event.class
Ping event, actually combination of different events.class
Server bandwidth event.class
Control message used to set a buffer.class
Represents a stream action occurring on a connection or stream.class
Control message used in response to a SWF verification request.class
Unknown eventclass
Video data event -
Uses of IEvent in org.red5.server.scope
Modifier and TypeMethodDescriptionvoid
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. -
Uses of IEvent in org.red5.server.stream
Modifier and TypeMethodDescriptionprivate void
ClientBroadcastStream.checkSendNotifications
(IEvent event) Check and send notification if necessaryvoid
ClientBroadcastStream.dispatchEvent
(IEvent event) Dispatches event