Uses of Interface
org.atmosphere.wasync.Client

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

Uses of Client in org.atmosphere.wasync
 

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

Methods in org.atmosphere.wasync that return Client
 Client<? extends Options,? extends OptionsBuilder,? extends RequestBuilder> ClientFactory.newClient()
          Return a new Client instance
 

Method parameters in org.atmosphere.wasync with type arguments of type Client
<T extends Client<? extends Options,? extends OptionsBuilder,? extends RequestBuilder>>
T
ClientFactory.newClient(java.lang.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
          A specialized Client for the Atmosphere Framework.
 class DefaultClient
          The default implementation of the Client
 

Uses of Client in org.atmosphere.wasync.serial
 

Classes in org.atmosphere.wasync.serial that implement Client
 class SerializedClient
          SerializedClient is a Client that guarantees ordered message delivery, in-line with the Socket.fire(Object) invocation sequence.
 



Copyright © 2014. All Rights Reserved.