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

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

Uses of ClientNotFoundException in org.red5.server
 

Methods in org.red5.server that throw ClientNotFoundException
 Client ClientRegistry.getClient(String id)
           
 Client ClientRegistryMBean.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 ClientRegistryMBean.getClient(String id)
           
 IClient ClientRegistryMBean.lookupClient(String id)
           
 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.
 



Copyright © 2006-2010 The Red5 Project