Uses of Interface
org.red5.server.api.service.IServiceCall
Packages that use IServiceCall
Package
Description
-
Uses of IServiceCall in org.red5.server
Methods in org.red5.server with parameters of type IServiceCallModifier and TypeMethodDescriptionboolean
CoreHandler.serviceCall
(IConnection conn, IServiceCall call) Remote method invocation -
Uses of IServiceCall in org.red5.server.adapter
Methods in org.red5.server.adapter with parameters of type IServiceCallModifier and TypeMethodDescriptionboolean
AbstractScopeAdapter.serviceCall
(IConnection conn, IServiceCall call) Called when a service is called. -
Uses of IServiceCall in org.red5.server.api.scope
Methods in org.red5.server.api.scope with parameters of type IServiceCallModifier and TypeMethodDescriptionboolean
IScopeHandler.serviceCall
(IConnection conn, IServiceCall call) Called when a service is called. -
Uses of IServiceCall in org.red5.server.api.service
Subinterfaces of IServiceCall in org.red5.server.api.serviceModifier and TypeInterfaceDescriptioninterface
IPendingServiceCall is a call that have a list of callbacks.Methods in org.red5.server.api.service with parameters of type IServiceCallModifier 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
Methods in org.red5.server.jmx.mxbeans with parameters of type IServiceCallModifier and TypeMethodDescriptionboolean
CoreHandlerMXBean.serviceCall
(IConnection conn, IServiceCall call) -
Uses of IServiceCall in org.red5.server.net
Methods in org.red5.server.net that return IServiceCall -
Uses of IServiceCall in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp with parameters of type IServiceCallModifier 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
Fields in org.red5.server.net.rtmp.event declared as IServiceCallMethods in org.red5.server.net.rtmp.event that return IServiceCallMethods in org.red5.server.net.rtmp.event with parameters of type IServiceCallConstructors in org.red5.server.net.rtmp.event with parameters of type IServiceCallModifierConstructorDescriptionNotify
(IServiceCall call) Create new notification event with given service call -
Uses of IServiceCall in org.red5.server.service
Classes in org.red5.server.service that implement IServiceCallModifier and TypeClassDescriptionclass
Basic service call (remote call) implementationclass
Pending call is remote call operation that is in pending state.Methods in org.red5.server.service with parameters of type IServiceCallModifier 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.