Uses of Interface
org.red5.server.api.so.ISharedObject
Packages that use ISharedObject
-
Uses of ISharedObject in org.red5.server.api.so
Methods in org.red5.server.api.so that return ISharedObjectModifier and TypeMethodDescriptionISharedObjectService.getSharedObject(IScope scope, String name) Get a shared object by name.ISharedObjectService.getSharedObject(IScope scope, String name, boolean persistent) Get a shared object by name and create it if it doesn't exist.Methods in org.red5.server.api.so with parameters of type ISharedObjectModifier and TypeMethodDescriptionbooleanISharedObjectSecurity.isConnectionAllowed(ISharedObject so) Check if a connection to the given existing shared object is allowed.booleanISharedObjectSecurity.isDeleteAllowed(ISharedObject so, String key) Check if the deletion of a property is allowed on the given shared object.booleanISharedObjectSecurity.isSendAllowed(ISharedObject so, String message, List<?> arguments) Check if sending a message to the shared object is allowed.booleanISharedObjectSecurity.isWriteAllowed(ISharedObject so, String key, Object value) Check if a modification is allowed on the given shared object. -
Uses of ISharedObject in org.red5.server.so
Classes in org.red5.server.so that implement ISharedObjectMethods in org.red5.server.so that return ISharedObjectModifier and TypeMethodDescriptionSharedObjectService.getSharedObject(IScope scope, String name) Get a shared object by name.SharedObjectService.getSharedObject(IScope scope, String name, boolean persistent) Get a shared object by name and create it if it doesn't exist.