Lightstreamer iOS Client 1.1.1
Native iOS/Mac OS X Client library for Lightstreamer Server version 4.x and up
Static Public Member Functions | Properties

LSConnectionConstraints Class Reference

The LSConnectionConstraints class collects the constraints to be applied on the overall data flow from a Connection. More...

#import <LSConnectionConstraints.h>

List of all members.

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.

Detailed Description

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.


Member Function Documentation

+ (LSConnectionConstraints *) constraintsWithMaxBandwidth: (double)  maxBandwidth

Creates and returns an LSConnectionConstraints object with the specified max bandwidth in Kbit/sec.

Returns:
The LSConnectionContraints object.

Property Documentation

- (double) maxBandwidth [read, write, assign]

Bandwidth constraint, in Kbit/sec, for data flow from the Connection.


The documentation for this class was generated from the following file: