openr66.protocol.test
Class TestRecvThroughClient

java.lang.Object
  extended by openr66.client.AbstractTransfer
      extended by openr66.client.RecvThroughClient
          extended by openr66.protocol.test.TestRecvThroughClient
All Implemented Interfaces:
Runnable

public class TestRecvThroughClient
extends RecvThroughClient

Test class for Recv Through client

Author:
Frederic Bregier

Nested Class Summary
static class TestRecvThroughClient.TestRecvThroughHandler
           
 
Field Summary
 
Fields inherited from class openr66.client.RecvThroughClient
handler, localChannelReference, networkTransaction
 
Fields inherited from class openr66.client.AbstractTransfer
block, blocksize, dateFormat, fileinfo, fileInfo, filename, future, id, idt, ismd5, isMD5, localFilename, logger, nolog, remoteHost, rhost, rule, rulename, startTime, ttimestart
 
Constructor Summary
TestRecvThroughClient(R66Future future, TestRecvThroughClient.TestRecvThroughHandler handler, String remoteHost, String filename, String rulename, String fileinfo, boolean isMD5, int blocksize, NetworkTransaction networkTransaction)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class openr66.client.RecvThroughClient
run
 
Methods inherited from class openr66.client.AbstractTransfer
getParams, initRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRecvThroughClient

public TestRecvThroughClient(R66Future future,
                             TestRecvThroughClient.TestRecvThroughHandler handler,
                             String remoteHost,
                             String filename,
                             String rulename,
                             String fileinfo,
                             boolean isMD5,
                             int blocksize,
                             NetworkTransaction networkTransaction)
Parameters:
future -
remoteHost -
filename -
rulename -
fileinfo -
isMD5 -
blocksize -
networkTransaction -
Method Detail

main

public static void main(String[] args)
Parameters:
args -


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