![]() |
Lightstreamer iOS Client 1.1.1
Native iOS/Mac OS X Client library for Lightstreamer Server version 4.x and up
|
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.
- (double) maxBandwidth [read, write, assign] |
Bandwidth constraint, in Kbit/sec, for data flow from the Connection.