Package | Description |
---|---|
org.red5.server | |
org.red5.server.api | |
org.red5.server.jmx.mxbeans | |
org.red5.server.net.remoting | |
org.red5.server.service |
Modifier and Type | Method and Description |
---|---|
IServiceInvoker |
Context.getServiceInvoker()
Return service invoker
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setServiceInvoker(IServiceInvoker serviceInvoker)
Setter for service invoker
|
Modifier and Type | Method and Description |
---|---|
IServiceInvoker |
IContext.getServiceInvoker()
Returns service invoker object.
|
Modifier and Type | Method and Description |
---|---|
IServiceInvoker |
ContextMXBean.getServiceInvoker() |
Modifier and Type | Field and Description |
---|---|
protected IServiceInvoker |
FlexMessagingService.serviceInvoker
Service invoker to use.
|
Modifier and Type | Method and Description |
---|---|
void |
FlexMessagingService.setServiceInvoker(IServiceInvoker serviceInvoker)
Set the service invoker to use.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceInvoker
Makes remote calls, invoking services, resolves service handlers
|
Copyright © 2006-2012 The Red5 Project