getRequestedMaxBandwidth method

String getRequestedMaxBandwidth()

Inquiry method that gets the maximum bandwidth that can be consumed for the data coming from Lightstreamer Server, as requested for this session.

The maximum bandwidth limit really applied by the Server on the session is provided by getRealMaxBandwidth

Returns A decimal number, which represents the maximum bandwidth requested for the streaming or polling connection expressed in kbps (kilobits/sec), or the string "unlimited".

Implementation

String getRequestedMaxBandwidth() {
  return _requestedMaxBandwidth;
}