Uses of Interface
org.red5.server.api.event.IEvent
Packages that use IEvent
Package
Description
-
Uses of IEvent in org.red5.server
Methods in org.red5.server with parameters of type IEventModifier 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
Methods in org.red5.server.adapter with parameters of type IEventModifier and TypeMethodDescriptionboolean
AbstractScopeAdapter.handleEvent
(IEvent event) Handle an event.boolean
MultiThreadedApplicationAdapter.handleEvent
(IEvent event) -
Uses of IEvent in org.red5.server.api.event
Methods in org.red5.server.api.event with parameters of type IEventModifier 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
Methods in org.red5.server.jmx.mxbeans with parameters of type IEvent -
Uses of IEvent in org.red5.server.net
Methods in org.red5.server.net that return types with arguments of type IEventModifier and TypeMethodDescriptionIConnectionEventQueue.pickupEvents
(IConnection conn) Return iterator over waiting events -
Uses of IEvent in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp with parameters of type IEventModifier and TypeMethodDescriptionvoid
RTMPConnection.dispatchEvent
(IEvent event) Dispatches event -
Uses of IEvent in org.red5.server.net.rtmp.event
Subinterfaces of IEvent in org.red5.server.net.rtmp.eventClasses in org.red5.server.net.rtmp.event that implement IEventModifier 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
Methods in org.red5.server.scope with parameters of type IEventModifier 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
Methods in org.red5.server.stream that return IEventMethods in org.red5.server.stream with parameters of type IEventModifier and TypeMethodDescriptionprivate void
ClientBroadcastStream.checkSendNotifications
(IEvent event) Check and send notification if necessaryvoid
ClientBroadcastStream.dispatchEvent
(IEvent event) Dispatches event