Uses of Interface
org.atmosphere.wasync.Future

Packages that use Future
org.atmosphere.wasync   
org.atmosphere.wasync.impl   
org.atmosphere.wasync.serial   
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 message)
          Send data to the remote Server.
 

Methods in org.atmosphere.wasync with parameters of type Future
 void Transport.connectedFuture(Future f)
          Set the Future, which will unlock the Socket.fire(java.lang.Object) method once the connection has been fully established.
 

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)
           
 

Uses of Future in org.atmosphere.wasync.transport
 

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

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



Copyright © 2013. All Rights Reserved.