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 connectionFields in org.red5.server with type parameters of type IClientModifier and TypeFieldDescriptionprivate ConcurrentMap<String,IClient> ClientRegistry.clientsClients mapMethods 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 TypeMethodDescriptionprivate voidAdd the client to the registryvoidAdd client to registryvoidBaseConnection.initialize(IClient client) Initializes clientbooleanCalled just before a client enters the scope.voidCalled just after the client leaves the scope.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 that return types with arguments of type IClientModifier and TypeMethodDescriptionStatefulScopeWrappingAdapter.getClients()Getter for set of clientsMethods in org.red5.server.adapter with parameters of type IClientModifier and TypeMethodDescriptionbooleanbooleanCalled every time client joins app level scopebooleanvoidvoidCalled every time client leaves the application scopevoidHandler method.booleanCalled just before a client enters the scope.booleanAdds client to scope.booleanAdds client to scope.voidCalled just after the client leaves the scope.voidDisconnects client from scope.voidDisconnects client from scope.StatefulScopeWrappingAdapter.lookupConnections(IClient client) Returns all connections for a given clientbooleanbooleanCalled when user joins room scopebooleanvoidvoidCalled when user leaves room scopevoidHandler method. -
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 IClientModifier and TypeMethodDescriptionbooleanvoidbooleanvoidbooleanvoid -
Uses of IClient in org.red5.server.scope
Fields in org.red5.server.scope with type parameters of type IClientModifier and TypeFieldDescriptionprivate final CopyOnWriteArraySet<IClient>Scope.clientsConnected clients mapMethods 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