org.apache.ftpserver.usermanager.impl
Class TransferRateRequest
java.lang.Object
org.apache.ftpserver.usermanager.impl.TransferRateRequest
- All Implemented Interfaces:
- AuthorizationRequest
public class TransferRateRequest
- extends java.lang.Object
- implements AuthorizationRequest
Internal class, do not use directly.
Request for getting the maximum allowed transfer rates for a user
- Version:
- $Rev$, $Date$
- Author:
- The Apache MINA Project (dev@mina.apache.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransferRateRequest
public TransferRateRequest()
getMaxDownloadRate
public int getMaxDownloadRate()
- Returns:
- the maxDownloadRate
setMaxDownloadRate
public void setMaxDownloadRate(int maxDownloadRate)
- Parameters:
maxDownloadRate
- the maxDownloadRate to set
getMaxUploadRate
public int getMaxUploadRate()
- Returns:
- the maxUploadRate
setMaxUploadRate
public void setMaxUploadRate(int maxUploadRate)
- Parameters:
maxUploadRate
- the maxUploadRate to set
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.