@MXBean public interface CoreHandlerMXBean
Modifier and Type | Method and Description |
---|---|
boolean |
connect(IConnection conn,
IScope scope) |
boolean |
connect(IConnection conn,
IScope scope,
Object[] params) |
void |
disconnect(IConnection conn,
IScope scope) |
boolean |
handleEvent(IEvent event) |
boolean |
join(IClient client,
IScope scope) |
void |
leave(IClient client,
IScope scope) |
void |
removeChildScope(IBasicScope scope) |
boolean |
serviceCall(IConnection conn,
IServiceCall call) |
boolean |
start(IScope scope) |
void |
stop(IScope scope) |
boolean connect(IConnection conn, IScope scope)
boolean connect(IConnection conn, IScope scope, Object[] params)
void disconnect(IConnection conn, IScope scope)
void removeChildScope(IBasicScope scope)
boolean serviceCall(IConnection conn, IServiceCall call)
boolean start(IScope scope)
void stop(IScope scope)
boolean handleEvent(IEvent event)
Copyright © 2006-2012 The Red5 Project