Uses of Class
org.atmosphere.wasync.Options

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

Uses of Options in org.atmosphere.wasync
 

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

Methods in org.atmosphere.wasync with parameters of type Options
 Socket Client.create(Options options)
          Create a Socket configured using the Options
 

Uses of Options in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl with parameters of type Options
 Socket DefaultClient.create(Options options)
           
 Socket AtmosphereClient.create(Options options)
           
protected  Socket AtmosphereClient.getSocket(com.ning.http.client.AsyncHttpClient asyncHttpClient, Options options)
           
protected  Socket DefaultClient.getSocket(Options options)
           
 

Constructors in org.atmosphere.wasync.impl with parameters of type Options
DefaultSocket(Options options)
           
 

Uses of Options in org.atmosphere.wasync.transport
 

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.