Uses of Interface
org.atmosphere.wasync.Client

Packages that use Client
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
 

Uses of Client in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync with type parameters of type Client
<T extends Client>
T
ClientFactory.newClient(Class<? extends Client> clientClass)
          Return a new Client instance
 

Methods in org.atmosphere.wasync that return Client
 Client ClientFactory.newClient()
          Return a new Client instance
 

Method parameters in org.atmosphere.wasync with type arguments of type Client
<T extends Client>
T
ClientFactory.newClient(Class<? extends Client> clientClass)
          Return a new Client instance
 

Uses of Client in org.atmosphere.wasync.impl
 

Classes in org.atmosphere.wasync.impl that implement Client
 class AtmosphereClient
           
 class DefaultClient
           
 



Copyright © 2013. All Rights Reserved.