org.red5.server.stream.bandwidth
Class ServerClientDetection
java.lang.Object
org.red5.server.stream.bandwidth.ServerClientDetection
- All Implemented Interfaces:
- IPendingServiceCallback, IBandwidthDetection
public class ServerClientDetection
- extends Object
- implements IPendingServiceCallback, IBandwidthDetection
- Author:
- The Red5 Project (red5@osflash.org), Dan Rossi
Field Summary |
protected static org.slf4j.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.slf4j.Logger log
ServerClientDetection
public ServerClientDetection()
checkBandwidth
public void checkBandwidth(IConnection p_client)
- Specified by:
checkBandwidth
in interface IBandwidthDetection
calculateClientBw
public void calculateClientBw(IConnection p_client)
- Specified by:
calculateClientBw
in interface IBandwidthDetection
resultReceived
public void resultReceived(IPendingServiceCall call)
- Handle callback from service call.
- Specified by:
resultReceived
in interface IPendingServiceCallback
- Parameters:
call
- Call object this callback is applied to
onServerClientBWCheck
public void onServerClientBWCheck()
Copyright © 2006-2010 The Red5 Project