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   
org.atmosphere.wasync.util   
 

Uses of Future in org.atmosphere.wasync
 

Methods in org.atmosphere.wasync that return Future
 Future Future.finishOrThrowException()
          Mark the future done.
 Future Socket.fire(java.lang.Object data)
          Send data to the remote Server.
 Future Future.fire(java.lang.Object message)
          Send data to the remote Server.
 Future Future.ioException(java.io.IOException t)
          If an exception occurs, the Transport will set it using this method.
 

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.
 void Transport.future(Future f)
          Set the Future, which can be used to clone the connection.
 

Uses of Future in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return Future
 Future DefaultFuture.finishOrThrowException()
          Mark the future done.
 Future DefaultSocket.fire(java.lang.Object data)
          Send data to the remote Server.
 Future DefaultFuture.fire(java.lang.Object data)
          Send data to the remote Server.
 Future DefaultFuture.ioException(java.io.IOException t)
          If an exception occurs, the Transport will set it using this method.
 Future SocketRuntime.write(Request request, java.lang.Object data)
           
 

Uses of Future in org.atmosphere.wasync.serial
 

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

Uses of Future in org.atmosphere.wasync.transport
 

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

Methods in org.atmosphere.wasync.transport with parameters of type Future
 void WebSocketTransport.connectedFuture(Future f)
           
 void StreamTransport.connectedFuture(Future f)
           
 void WebSocketTransport.future(Future f)
          Set the Future, which can be used to clone the connection.
 void StreamTransport.future(Future f)
          Set the Future, which can be used to clone the connection.
 

Uses of Future in org.atmosphere.wasync.util
 

Methods in org.atmosphere.wasync.util that return Future
 Future FutureProxy.finishOrThrowException()
           
 Future FutureProxy.fire(java.lang.Object data)
           
 Future FutureProxy.ioException(java.io.IOException t)
           
 



Copyright © 2014. All Rights Reserved.