Package org.red5.server.api
Interface ICoreObject
- All Superinterfaces:
IEventDispatcher,IEventHandler,IEventListener
- All Known Subinterfaces:
IBasicScope,IBroadcastScope,IConnection,IGlobalScope,IScope,IServiceCapableConnection,ISharedObject,IStreamCapableConnection
- All Known Implementing Classes:
BaseConnection,BaseRTMPTConnection,BasicScope,BroadcastScope,GlobalScope,RoomScope,RTMPConnection,RTMPMinaConnection,RTMPTClientConnection,Scope,SharedObjectScope,WebScope
Base marker interface for all core objects.
- Author:
- The Red5 Project, Luke Hubbard (luke@codegent.com)
-
Method Summary
Methods inherited from interface org.red5.server.api.event.IEventDispatcher
dispatchEventMethods inherited from interface org.red5.server.api.event.IEventHandler
handleEventMethods inherited from interface org.red5.server.api.event.IEventListener
notifyEvent