Uses of Interface
org.atmosphere.wasync.Future

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

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 message)
          Send data to the remote Server.
 

Uses of Future in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return Future
 Future DefaultFuture.done()
          Mark the future done.
 Future DefaultSocket.fire(Object data)
          Send data to the remote Server.
 Future DefaultFuture.fire(Object data)
          Send data to the remote Server.
 Future SocketRuntime.write(Request request, Object data)
           
 

Uses of Future in org.atmosphere.wasync.serial
 

Methods in org.atmosphere.wasync.serial that return Future
 Future SerialSocketRuntime.write(Request request, Object data)
           
 



Copyright © 2013. All Rights Reserved.