Lightstreamer macOS Client  1.2.5
Native macOS Client library for Lightstreamer
Class Methods | Properties | List of all members
LSConnectionConstraints Class Reference

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

#import <LSConnectionConstraints.h>

Inheritance diagram for LSConnectionConstraints:

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...
 

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.

Method Documentation

+ (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).

Returns
The LSConnectionContraints object.

Property Documentation

- (double) maxBandwidth
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).


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