Uses of Class
org.red5.server.exception.ClientNotFoundException

Packages that use ClientNotFoundException
org.red5.server   
org.red5.server.api   
org.red5.server.jmx.mxbeans   
 

Uses of ClientNotFoundException in org.red5.server
 

Methods in org.red5.server that throw ClientNotFoundException
 Client ClientRegistry.getClient(String id)
           
 IClient ClientRegistry.lookupClient(String id)
          Return client by id
 IClient ClientRegistry.newClient(Object[] params)
          Return client from next id with given params
 

Uses of ClientNotFoundException in org.red5.server.api
 

Methods in org.red5.server.api that throw ClientNotFoundException
 IClient IClientRegistry.lookupClient(String id)
          Return an existing client from a client id.
 IClient IClientRegistry.newClient(Object[] params)
          Create a new client client object from connection params.
 

Uses of ClientNotFoundException in org.red5.server.jmx.mxbeans
 

Methods in org.red5.server.jmx.mxbeans that throw ClientNotFoundException
 Client ClientRegistryMXBean.getClient(String id)
           
 



Copyright © 2006-2010 The Red5 Project