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 TypeMethodDescriptionvoidBaseConnection.dispatchEvent(IEvent event) Dispatches eventbooleanBaseConnection.handleEvent(IEvent event) Handles eventbooleanCoreHandler.handleEvent(IEvent event) Handle an event.voidBaseConnection.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 TypeMethodDescriptionbooleanAbstractScopeAdapter.handleEvent(IEvent event) Handle an event.booleanMultiThreadedApplicationAdapter.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 TypeMethodDescriptionvoidIEventDispatcher.dispatchEvent(IEvent event) Dispatches eventbooleanIEventHandler.handleEvent(IEvent event) Handle an event.voidIEventListener.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 TypeMethodDescriptionvoidRTMPConnection.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 TypeClassDescriptionclassRTMP Abort event.classAggregate data eventclassclassBase abstract class for all RTMP eventsclassBytes read eventclassChunk size eventclassClient bandwidth event.classRepresents an invoke to be executed on a connected client.classRepresents an notify to be executed on a connected client.classFlex method invocation.classAMF3 stream send message.classRemote invocation eventclassStream notification event.classPing event, actually combination of different events.classServer bandwidth event.classControl message used to set a buffer.classRepresents a stream action occurring on a connection or stream.classControl message used in response to a SWF verification request.classUnknown eventclassVideo data event -
Uses of IEvent in org.red5.server.scope
Methods in org.red5.server.scope with parameters of type IEventModifier and TypeMethodDescriptionvoidBasicScope.dispatchEvent(IEvent event) Dispatches event (notifies all listeners)voidScope.dispatchEvent(IEvent event) Dispatches event (notifies all listeners)booleanBasicScope.handleEvent(IEvent event) Handles event.booleanScope.handleEvent(IEvent event) Handles event.voidBasicScope.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 voidClientBroadcastStream.checkSendNotifications(IEvent event) Check and send notification if necessaryvoidClientBroadcastStream.dispatchEvent(IEvent event) Dispatches event