Uses of Interface
org.atmosphere.wasync.Future

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

Uses of Future in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync that return Future
 Future Future.done()
          Mark the future done.
 Future Socket.fire(Object data)
          Send data to the remote Server.
 Future Future.fire(Object data)
          Send data to the remote Server.
 

Methods in org.atmosphere.wasync with parameters of type Future
 Transport Transport.future(Future f)
          The current Socket's Future
 

Uses of Future in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return Future
 Future DefaultFuture.done()
           
 Future DefaultSocket.fire(Object data)
           
 Future DefaultFuture.fire(Object data)
           
 

Uses of Future in org.atmosphere.wasync.transport
 

Fields in org.atmosphere.wasync.transport declared as Future
protected  Future StreamTransport.f
           
 

Methods in org.atmosphere.wasync.transport with parameters of type Future
 Transport WebSocketTransport.future(Future f)
           
 Transport StreamTransport.future(Future f)
           
 



Copyright © 2012. All Rights Reserved.