Lightstreamer iOS Client
1.4.4
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>
Class Methods | |
(LSConnectionConstraints *) | + constraintsWithMaxBandwidth: |
Creates and returns an LSConnectionConstraints object with the specified max bandwidth in Kbit/sec. More... | |
Properties | |
double | maxBandwidth |
Bandwidth constraint, in Kbit/sec, for data flow from the Connection. More... | |
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).
|
readwritenonatomicassign |
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).