Uses of Class
org.atmosphere.wasync.impl.DefaultFuture

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

Uses of DefaultFuture in org.atmosphere.wasync.impl
 

Fields in org.atmosphere.wasync.impl declared as DefaultFuture
protected  DefaultFuture SocketRuntime.rootFuture
           
 

Methods in org.atmosphere.wasync.impl that return DefaultFuture
 DefaultFuture SocketRuntime.future()
           
 DefaultFuture DefaultFuture.timeoutException(TimeoutException te)
           
 

Methods in org.atmosphere.wasync.impl with parameters of type DefaultFuture
 SocketRuntime DefaultSocket.createRuntime(DefaultFuture future, Options options, List<FunctionWrapper> functions)
           
 SocketRuntime AtmosphereSocket.createRuntime(DefaultFuture future, Options options, List<FunctionWrapper> functions)
          
 

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

Uses of DefaultFuture in org.atmosphere.wasync.serial
 

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

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



Copyright © 2013. All Rights Reserved.