Uses of Interface
org.red5.server.api.service.IServiceCall
Package
Description
-
Uses of IServiceCall in org.red5.server
Modifier and TypeMethodDescriptionboolean
CoreHandler.serviceCall
(IConnection conn, IServiceCall call) Remote method invocation -
Uses of IServiceCall in org.red5.server.adapter
Modifier and TypeMethodDescriptionboolean
AbstractScopeAdapter.serviceCall
(IConnection conn, IServiceCall call) Called when a service is called. -
Uses of IServiceCall in org.red5.server.api.scope
Modifier and TypeMethodDescriptionboolean
IScopeHandler.serviceCall
(IConnection conn, IServiceCall call) Called when a service is called. -
Uses of IServiceCall in org.red5.server.api.service
Modifier and TypeInterfaceDescriptioninterface
IPendingServiceCall is a call that have a list of callbacks.Modifier and TypeMethodDescriptionvoid
IServiceCapableConnection.invoke
(IServiceCall call) Invokes service using remoting call object.void
IServiceCapableConnection.invoke
(IServiceCall call, int channel) Invoke service using call and channel.boolean
IServiceInvoker.invoke
(IServiceCall call, Object service) Execute the passed service call in the given object.boolean
IServiceInvoker.invoke
(IServiceCall call, IScope scope) Execute the passed service call in the given scope.void
IServiceCapableConnection.notify
(IServiceCall call) Notify method.void
IServiceCapableConnection.notify
(IServiceCall call, int channel) Notify method with channel id. -
Uses of IServiceCall in org.red5.server.jmx.mxbeans
Modifier and TypeMethodDescriptionboolean
CoreHandlerMXBean.serviceCall
(IConnection conn, IServiceCall call) -
Uses of IServiceCall in org.red5.server.net
-
Uses of IServiceCall in org.red5.server.net.rtmp
Modifier and TypeMethodDescriptionvoid
RTMPConnection.invoke
(IServiceCall call) Invokes service using remoting call object.void
RTMPConnection.invoke
(IServiceCall call, int channel) Invoke service using call and channel.protected void
RTMPHandler.invokeCall
(RTMPConnection conn, IServiceCall call) Remoting call invocation handler.boolean
RTMPHandler.invokeCall
(RTMPConnection conn, IServiceCall call, Object service) Remoting call invocation handler.void
RTMPConnection.notify
(IServiceCall call) Notify method.void
RTMPConnection.notify
(IServiceCall call, int channel) Notify method with channel id. -
Uses of IServiceCall in org.red5.server.net.rtmp.event
ModifierConstructorDescriptionNotify
(IServiceCall call) Create new notification event with given service call -
Uses of IServiceCall in org.red5.server.service
Modifier and TypeClassDescriptionclass
Basic service call (remote call) implementationclass
Pending call is remote call operation that is in pending state.Modifier and TypeMethodDescriptionboolean
ServiceInvoker.invoke
(IServiceCall call, Object service) Execute the passed service call in the given object.boolean
ServiceInvoker.invoke
(IServiceCall call, IScope scope) Execute the passed service call in the given scope.