Uses of Class
openr66.client.AbstractTransfer

Packages that use AbstractTransfer
openr66.client Classes implementing Clients 
openr66.protocol.test Classes implementing Test only 
 

Uses of AbstractTransfer in openr66.client
 

Subclasses of AbstractTransfer in openr66.client
 class DirectTransfer
          Direct Transfer from a client with or without database connection
 class ProgressBarTransfer
          Through API Transfer from a client with or without database connection, and enabling access to statistic of the transfer (unblocking transfer)
 class RecvThroughClient
          Class for Recv Through client This class does not included the real file transfer since it is up to the business project to implement how to write new data received from the remote host.
 class SendThroughClient
          Class for Send Through client This class does not included the real file transfer since it is up to the business project to implement how to read new data to be sent to the remote host.
 class SubmitTransfer
          Client to submit a transfer
 

Uses of AbstractTransfer in openr66.protocol.test
 

Subclasses of AbstractTransfer in openr66.protocol.test
 class TestProgressBarTransfer
           
 class TestRecvThroughClient
          Test class for Recv Through client
 class TestSendThroughClient
          Test class for Send Through client
 class TestSendThroughForward
          WARNING: This class is not functional neither integrated
Test class for Send Through to another R66 Server as forward
Only a subpart of SenThroughClient is to be made since steps 1-2 and steps 7-8 are only for client, not for server. 3) Prepare the request of transfer:
R66Future futureReq = new R66Future(true);
TestSendThroughForward transaction = new TestSendThroughForward(futureReq,...)
 class TestSubmitTransfer
          Test class for multiple SubmitTransfer
 class TestTransferNoDb
          Test class for multiple DirectTransfer
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.