public class TransferRateRequest extends Object implements org.apache.ftpserver.ftplet.AuthorizationRequest
| Constructor and Description |
|---|
TransferRateRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxDownloadRate() |
int |
getMaxUploadRate() |
void |
setMaxDownloadRate(int maxDownloadRate) |
void |
setMaxUploadRate(int maxUploadRate) |
public int getMaxDownloadRate()
public void setMaxDownloadRate(int maxDownloadRate)
maxDownloadRate - the maxDownloadRate to setpublic int getMaxUploadRate()
public void setMaxUploadRate(int maxUploadRate)
maxUploadRate - the maxUploadRate to setCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.