Uses of Class
unlimited.fc.server.api.InvalidArgumentException
-
-
Uses of InvalidArgumentException in unlimited.fc.server.api
Methods in unlimited.fc.server.api that throw InvalidArgumentException Modifier and Type Method Description voidFCServerIfc. modifyUser(UserContainer tmpUser)voidFCServerLite. modifyUser(UserContainer modifiedUserContainer)Modify a user on the remote server.voidUserContainer. setBandwidthLimit(int bandWidthLimit)Sets the bandwidth limit for the user on the server.voidFCServerIfc. setOverrideBandwidth(java.lang.String sessionID, int newBandwidth)voidFCServerLite. setOverrideBandwidth(java.lang.String sessionID, int bandwidthKbps)Sets an override priority for a given client session.voidFCServerIfc. setOverridePriority(java.lang.String sessionID, int newPriority)voidFCServerLite. setOverridePriority(java.lang.String sessionID, int priority)Sets an override priority for a given client session.voidUserContainer. setPriority(int priority)Sets the priority value for the user.voidUserContainer. setQuotaPerDay(long quotaPerDay)Sets the daily quota limit allocated for this user (in bytes)
-