Uses of Interface
org.red5.server.api.IClient
Packages that use IClient
Package
Description
-
Uses of IClient in org.red5.server
Classes in org.red5.server that implement IClientModifier and TypeClassDescriptionclassClient is an abstraction representing user connected to Red5 application.Fields in org.red5.server declared as IClientModifier and TypeFieldDescriptionprotected IClientBaseConnection.clientClient bound to connectionMethods in org.red5.server that return IClientModifier and TypeMethodDescriptionBaseConnection.getClient()Get the client object associated with this connection.ClientRegistry.lookupClient(String id) Return client by idReturn client from next id with given paramsMethods in org.red5.server that return types with arguments of type IClientModifier and TypeMethodDescriptionprotected Collection<IClient> ClientRegistry.getClients()Return collection of clientsMethods in org.red5.server with parameters of type IClientModifier and TypeMethodDescriptionvoidAdd client to registryvoidBaseConnection.initialize(IClient client) Initialize the connection.protected voidClientRegistry.removeClient(IClient client) Removes client from registryvoidSets the Client. -
Uses of IClient in org.red5.server.adapter
Methods in org.red5.server.adapter with parameters of type IClientModifier and TypeMethodDescriptionbooleanCalled every time client joins app level scopevoidCalled every time client leaves the application scopebooleanCalled just before a client enters the scope.voidCalled just after the client leaves the scope.booleanCalled when user joins room scopevoidCalled when user leaves room scope -
Uses of IClient in org.red5.server.api
Methods in org.red5.server.api that return IClientModifier and TypeMethodDescriptionIConnection.getClient()Get the client object associated with this connection.Red5.getClient()Get the clientIClientRegistry.lookupClient(String id) Return an existing client from a client id.Create a new client client object from connection params.Methods in org.red5.server.api with parameters of type IClient -
Uses of IClient in org.red5.server.api.scope
Methods in org.red5.server.api.scope that return types with arguments of type IClientMethods in org.red5.server.api.scope with parameters of type IClientModifier and TypeMethodDescriptionbooleanCalled just before a client enters the scope.voidCalled just after the client leaves the scope.IScope.lookupConnection(IClient client) Lookup connection for a given client.IScope.lookupConnections(IClient client) Deprecated. -
Uses of IClient in org.red5.server.api.service
Methods in org.red5.server.api.service with parameters of type IClientModifier and TypeMethodDescriptionstatic voidServiceUtils.invokeOnClient(IClient client, IScope scope, String method, Object[] params) Invoke a method on all connections of a client to a given scope.static voidServiceUtils.invokeOnClient(IClient client, IScope scope, String method, Object[] params, IPendingServiceCallback callback) Deprecated.static voidServiceUtils.notifyOnClient(IClient client, IScope scope, String method, Object[] params) Deprecated. -
Uses of IClient in org.red5.server.jmx.mxbeans
Methods in org.red5.server.jmx.mxbeans with parameters of type IClient -
Uses of IClient in org.red5.server.scope
Methods in org.red5.server.scope that return types with arguments of type IClientMethods in org.red5.server.scope with parameters of type IClientModifier and TypeMethodDescriptionScope.lookupConnection(IClient client) Lookup connection for a given client.Scope.lookupConnections(IClient client) Deprecated.
IScope.lookupConnection(IClient)instead