Retrieves the BES response portioning value for a cluster.
There are limits on the amount of data that can be downloaded through an HTTP connection using the BlackBerry MDS. The BES response portioning limit determines the amount of HTTP traffic the BES MDS server accepts from Unwired Server. For BlackBerry MDS, this limit is set in BlackBerry Manager using the Maximum KB/Connection setting.
getBESResponsePortioningLimit() throws SUPAdminException
Review BES response portioning: Integer limit = supCluster. getBESResponsePortioningLimit (); System.out.println(limit);