public class FCClienEngineSpeedCache
extends java.lang.Object
| Constructor and Description |
|---|
FCClienEngineSpeedCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidate() |
int |
testApproximateDownloadSpeed(FCClientEngine client) |
int |
testApproximateUploadSpeed(FCClientEngine client) |
int |
testMaximumDownloadSpeed(FCClientEngine client) |
int |
testMaximumUploadSpeed(FCClientEngine client) |
public int testApproximateUploadSpeed(FCClientEngine client) throws FCException, java.io.IOException
FCExceptionjava.io.IOExceptionpublic int testApproximateDownloadSpeed(FCClientEngine client) throws FCException, java.io.IOException
FCExceptionjava.io.IOExceptionpublic int testMaximumUploadSpeed(FCClientEngine client) throws FCException, java.io.IOException
FCExceptionjava.io.IOExceptionpublic int testMaximumDownloadSpeed(FCClientEngine client) throws FCException, java.io.IOException
FCExceptionjava.io.IOExceptionpublic void invalidate()