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.
 

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

Methods in org.atmosphere.wasync that return Options
abstract  Options OptionsBuilder.build()
          Build an Options
 

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
          Configure the underlying WebSocket/HTTP client.
 

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 com.ning.http.client.AsyncHttpClient ClientUtil.createDefaultAsyncHttpClient(Options o)
           
static Socket ClientUtil.getSocket(Options options)
           
 

Constructors in org.atmosphere.wasync.impl with parameters of type Options
DefaultSocket(Options options)
           
SocketRuntime(Options options, DefaultFuture rootFuture, List<FunctionWrapper> functions)
           
SocketRuntime(com.ning.http.client.websocket.WebSocket webSocket, Options options, DefaultFuture rootFuture, List<FunctionWrapper> functions)
           
 

Uses of Options in org.atmosphere.wasync.serial
 

Classes in org.atmosphere.wasync.serial that implement Options
 class SerializedOptions
           
 

Constructors in org.atmosphere.wasync.serial with parameters of type Options
SerialSocketRuntime(Options options, DefaultFuture rootFuture, SerializedSocket serializedSocket, List<FunctionWrapper> functions)
           
SerialSocketRuntime(com.ning.http.client.websocket.WebSocket webSocket, Options options, DefaultFuture rootFuture, SerializedSocket serializedSocket, 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, List<FunctionWrapper> functions)
           
SSETransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, List<FunctionWrapper> functions)
           
StreamTransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, List<FunctionWrapper> functions)
           
WebSocketTransport(com.ning.http.client.RequestBuilder requestBuilder, Options options, Request request, List<FunctionWrapper> functions)
           
 



Copyright © 2013. All Rights Reserved.