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

Packages that use ClientRejectedException
org.red5.server   
org.red5.server.adapter   
org.red5.server.api   
 

Uses of ClientRejectedException in org.red5.server
 

Methods in org.red5.server that throw ClientRejectedException
 IClient ClientRegistry.newClient(Object[] params)
          Return client from next id with given params
 

Uses of ClientRejectedException in org.red5.server.adapter
 

Methods in org.red5.server.adapter that throw ClientRejectedException
protected  boolean MultiThreadedApplicationAdapter.rejectClient()
          Reject the currently connecting client without a special error message.
protected  boolean MultiThreadedApplicationAdapter.rejectClient(Object reason)
          Reject the currently connecting client with an error message.
 

Uses of ClientRejectedException in org.red5.server.api
 

Methods in org.red5.server.api that throw ClientRejectedException
 IClient IClientRegistry.newClient(Object[] params)
          Create a new client client object from connection params.
 



Copyright © 2006-2012 The Red5 Project