public class TestLoad extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TestLoad.Downloader
file downloader
|
static class |
TestLoad.DownloadFileDiscard
discard file content callback class when download file
|
static class |
TestLoad.DownloadThread
download file thread
|
static class |
TestLoad.Uploader
file uploader
|
static class |
TestLoad.UploadThread
upload file thread
|
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
fail_download_count |
static ConcurrentLinkedQueue |
file_ids |
static int |
success_download_count |
static int |
success_upload_count |
static int |
total_download_count |
static int |
total_upload_count |
static int |
upload_thread_count |
public static ConcurrentLinkedQueue file_ids
public static int total_download_count
public static int success_download_count
public static int fail_download_count
public static int total_upload_count
public static int success_upload_count
public static int upload_thread_count
public static void main(String[] args)
args - comand arguments
Copyright © 2017. All rights reserved.