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)
           
 

Constructors in org.atmosphere.wasync.impl with parameters of type Options
DefaultSocket(com.ning.http.client.AsyncHttpClient asyncHttpClient, Options options)
           
 

Uses of Options in org.atmosphere.wasync.transport
 

Constructors in org.atmosphere.wasync.transport with parameters of type Options
LongPollingTransport(Options options, List<Decoder<?,?>> decoders, List<FunctionWrapper> functions, Request request, com.ning.http.client.AsyncHttpClient asyncHttpClient, FunctionResolver resolver)
           
SSETransport(Options options, List<Decoder<?,?>> decoders, List<FunctionWrapper> functions, FunctionResolver resolver)
           
StreamTransport(Options options, List<Decoder<? extends Object,?>> decoders, List<FunctionWrapper> functions, FunctionResolver resolver)
           
WebSocketTransport(Options options, List<Decoder<?,?>> decoders, List<FunctionWrapper> functions, FunctionResolver resolver)
           
 



Copyright © 2012. All Rights Reserved.