|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lightstreamer.ls_proxy.BandwidthEvent
public class BandwidthEvent
Carries information about Lightstreamer Server connection activity.
Constructor Summary | |
---|---|
BandwidthEvent(boolean pushing,
double bandwidth)
Used by Lightstreamer to create an instance of a BandwidthEvent. |
Method Summary | |
---|---|
double |
getBandwidth()
Gets an estimation of the current connection bandwidth usage. |
boolean |
isPushing()
Gets the current push activity status. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BandwidthEvent(boolean pushing, double bandwidth)
pushing
- the current push activity status.bandwidth
- the current connection bandwidth, in Kbit/sec.Method Detail |
---|
public double getBandwidth()
public boolean isPushing()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |