|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lightstreamer.ls_client.ConnectionConstraints
public class ConnectionConstraints
Collects 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.
| Field Summary | |
|---|---|
java.lang.Double |
maxBandwidth
Bandwidth constraint, in Kbit/sec, for data flow from the Connection. |
java.lang.Double |
slowingFactor
Deprecated. Operating on the bandwidth constraint should be enough to slow-down the data flow. In extreme cases, polling mode and a high ConnectionInfo.pollingMillis can be used. |
java.lang.Double |
topMaxFrequency
Deprecated. Operating on the bandwidth constraint should be enough to slow-down the data flow. In extreme cases, polling mode and a high ConnectionInfo.pollingMillis can be used. |
| Constructor Summary | |
|---|---|
ConnectionConstraints()
Creates a connection constraints bean object with no constraints specified. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Method clone. |
boolean |
equals(java.lang.Object other)
Method equals. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Double topMaxFrequency
ConnectionInfo.pollingMillis can be used.
public java.lang.Double slowingFactor
ConnectionInfo.pollingMillis can be used.
public java.lang.Double maxBandwidth
| Constructor Detail |
|---|
public ConnectionConstraints()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||