Uses of Class
org.sdnplatform.sync.internal.remote.SyncReply

Packages that use SyncReply
org.sdnplatform.sync.internal.remote   
 

Uses of SyncReply in org.sdnplatform.sync.internal.remote
 

Methods in org.sdnplatform.sync.internal.remote that return SyncReply
 SyncReply RemoteSyncFuture.get()
           
 SyncReply RemoteSyncFuture.get(long timeout, java.util.concurrent.TimeUnit unit)
           
 

Methods in org.sdnplatform.sync.internal.remote that return types with arguments of type SyncReply
 java.util.concurrent.Future<SyncReply> RemoteSyncManager.sendRequest(int xid, SyncMessage request)
          Send a request to the server and generate a future for the eventual reply.
 

Methods in org.sdnplatform.sync.internal.remote with parameters of type SyncReply
 void RemoteSyncManager.dispatchReply(int xid, SyncReply reply)
           
protected  void RemoteSyncFuture.setReply(SyncReply reply)
          Set the reply message