Uses of Interface
org.atmosphere.wasync.Options

Packages that use Options
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
org.atmosphere.wasync.serial   
org.atmosphere.wasync.transport   
 

Uses of Options in org.atmosphere.wasync
 

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

Uses of Options in org.atmosphere.wasync.impl
 

Classes in org.atmosphere.wasync.impl that implement Options
 class DefaultOptions
          Default implementation of the Options
 

Fields in org.atmosphere.wasync.impl declared as Options
protected  Options SocketRuntime.options
           
protected  Options DefaultSocket.options
           
 

Methods in org.atmosphere.wasync.impl with parameters of type Options
static Socket ClientUtil.create(Options options)
           
static Socket ClientUtil.create(Options options, java.lang.Class<? extends Socket> socket)
           
static com.ning.http.client.AsyncHttpClient ClientUtil.createDefaultAsyncHttpClient(Options o)
           
static com.ning.http.client.AsyncHttpClient ClientUtil.createDefaultAsyncHttpClient(Options o, com.ning.http.client.AsyncHttpProviderConfig asyncHttpProviderConfig)
           
 SocketRuntime DefaultSocket.createRuntime(DefaultFuture future, Options options, java.util.List<FunctionWrapper> functions)
           
 SocketRuntime AtmosphereSocket.createRuntime(DefaultFuture future, Options options, java.util.List<FunctionWrapper> functions)
          
static Socket ClientUtil.getSocket(Options options, java.lang.Class<? extends Socket> socket)
           
 

Constructors in org.atmosphere.wasync.impl with parameters of type Options
AtmosphereSocket(Options options)
           
AtmosphereSocketRuntime(Transport transport, Options options, DefaultFuture rootFuture, java.util.List<FunctionWrapper> functions)
           
DefaultSocket(Options options)
           
SocketRuntime(Transport transport, Options options, DefaultFuture rootFuture, java.util.List<FunctionWrapper> functions)
           
 

Uses of Options in org.atmosphere.wasync.serial
 

Classes in org.atmosphere.wasync.serial that implement Options
 class SerializedOptions
          An implementation of DefaultOptions.
 

Methods in org.atmosphere.wasync.serial with parameters of type Options
 SocketRuntime SerializedSocket.createRuntime(DefaultFuture future, Options options, java.util.List<FunctionWrapper> functions)
          
 

Constructors in org.atmosphere.wasync.serial with parameters of type Options
SerialSocketRuntime(Transport transport, Options options, DefaultFuture rootFuture, SerializedSocket serializedSocket, java.util.List<FunctionWrapper> functions)
           
 

Uses of Options in org.atmosphere.wasync.transport
 

Fields in org.atmosphere.wasync.transport declared as Options
protected  Options StreamTransport.options
           
 

Constructors in org.atmosphere.wasync.transport with parameters of type Options
LongPollingTransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, java.util.List<FunctionWrapper> functions)
           
SSETransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, java.util.List<FunctionWrapper> functions)
           
StreamTransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, java.util.List<FunctionWrapper> functions)
           
WebSocketTransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, java.util.List<FunctionWrapper> functions)
           
 



Copyright © 2014. All Rights Reserved.