org.red5.server
Interface CoreHandlerMBean
- All Known Implementing Classes:
- CoreHandler
public interface CoreHandlerMBean
Base IScopeHandler implementation
- Author:
- The Red5 Project (red5@osflash.org)
connect
boolean connect(IConnection conn,
IScope scope)
connect
boolean connect(IConnection conn,
IScope scope,
Object[] params)
disconnect
void disconnect(IConnection conn,
IScope scope)
join
boolean join(IClient client,
IScope scope)
leave
void leave(IClient client,
IScope scope)
removeChildScope
void removeChildScope(IBasicScope scope)
serviceCall
boolean serviceCall(IConnection conn,
IServiceCall call)
start
boolean start(IScope scope)
stop
void stop(IScope scope)
handleEvent
boolean handleEvent(IEvent event)
Copyright © 2006-2010 The Red5 Project