Uses of Class
org.atmosphere.wasync.OptionsBuilder

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

Uses of OptionsBuilder in org.atmosphere.wasync
 

Classes in org.atmosphere.wasync with type parameters of type OptionsBuilder
 interface Client<O extends Options,U extends OptionsBuilder,T extends RequestBuilder>
          An asynchronous client's implementation used to create Socket and Request.
 class OptionsBuilder<U extends Options,T extends OptionsBuilder<U,T>>
          Base class for building Options
 

Methods in org.atmosphere.wasync with type parameters of type OptionsBuilder
<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 types with arguments of type OptionsBuilder
 Client<? extends Options,? extends OptionsBuilder,? extends RequestBuilder> ClientFactory.newClient()
          Return a new Client instance
 

Uses of OptionsBuilder in org.atmosphere.wasync.impl
 

Subclasses of OptionsBuilder in org.atmosphere.wasync.impl
 class DefaultOptionsBuilder
          Default implementation of the OptionsBuilder
 

Fields in org.atmosphere.wasync.impl declared as OptionsBuilder
protected  OptionsBuilder DefaultOptions.b
           
 

Methods in org.atmosphere.wasync.impl that return OptionsBuilder
 OptionsBuilder DefaultClient.newOptionsBuilder()
          Return an OptionsBuilder
 

Constructors in org.atmosphere.wasync.impl with parameters of type OptionsBuilder
DefaultOptions(OptionsBuilder b)
           
 

Uses of OptionsBuilder in org.atmosphere.wasync.serial
 

Subclasses of OptionsBuilder in org.atmosphere.wasync.serial
 class SerializedOptionsBuilder
           
 



Copyright © 2014. All Rights Reserved.