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 TypeMethodDescriptionbooleanCoreHandler.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 TypeMethodDescriptionbooleanAbstractScopeAdapter.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 TypeMethodDescriptionbooleanIScopeHandler.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 TypeInterfaceDescriptioninterfaceIPendingServiceCall is a call that have a list of callbacks.Methods in org.red5.server.api.service with parameters of type IServiceCallModifier and TypeMethodDescriptionvoidIServiceCapableConnection.invoke(IServiceCall call) Invokes service using remoting call object.voidIServiceCapableConnection.invoke(IServiceCall call, int channel) Invoke service using call and channel.booleanIServiceInvoker.invoke(IServiceCall call, Object service) Execute the passed service call in the given object.booleanIServiceInvoker.invoke(IServiceCall call, IScope scope) Execute the passed service call in the given scope.voidIServiceCapableConnection.notify(IServiceCall call) Notify method.voidIServiceCapableConnection.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 TypeMethodDescriptionbooleanCoreHandlerMXBean.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 TypeMethodDescriptionvoidRTMPConnection.invoke(IServiceCall call) Invokes service using remoting call object.voidRTMPConnection.invoke(IServiceCall call, int channel) Invoke service using call and channel.protected voidRTMPHandler.invokeCall(RTMPConnection conn, IServiceCall call) Remoting call invocation handler.booleanRTMPHandler.invokeCall(RTMPConnection conn, IServiceCall call, Object service) Remoting call invocation handler.voidRTMPConnection.notify(IServiceCall call) Notify method.voidRTMPConnection.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 TypeClassDescriptionclassBasic service call (remote call) implementationclassPending call is remote call operation that is in pending state.Methods in org.red5.server.service with parameters of type IServiceCallModifier and TypeMethodDescriptionbooleanServiceInvoker.invoke(IServiceCall call, Object service) Execute the passed service call in the given object.booleanServiceInvoker.invoke(IServiceCall call, IScope scope) Execute the passed service call in the given scope.