![]() |
Lightstreamer iOS Client 1.2.6
Native iOS Client library for Lightstreamer
|
The LSConnectionConstraints class collects the constraints to be applied on the overall data flow from a Connection. More...
#import <LSConnectionConstraints.h>
Static Public Member Functions | |
(LSConnectionConstraints *) | + constraintsWithMaxBandwidth: |
Creates and returns an LSConnectionConstraints object with the specified max bandwidth in Kbit/sec. | |
Properties | |
double | maxBandwidth |
Bandwidth constraint, in Kbit/sec, for data flow from the Connection. |
The LSConnectionConstraints class collects the constraints to be applied on the overall data flow from a Connection.
They can only be used in order to restrict the constraints set by Lightstreamer Server Metadata Adapter.
+ (LSConnectionConstraints *) constraintsWithMaxBandwidth: | (double) | maxBandwidth |
Creates and returns an LSConnectionConstraints object with the specified max bandwidth in Kbit/sec.
Edition Note: the constraint is ignored by the Server if it runs in Allegro or Moderato edition (i.e. no limit is assumed).
- (double) maxBandwidth [read, write, assign] |
Bandwidth constraint, in Kbit/sec, for data flow from the Connection.
Edition Note: the constraint is ignored by the Server if it runs in Allegro or Moderato edition (i.e. no limit is assumed).