org.red5.server.stream.bandwidth
Class ServerClientDetection

java.lang.Object
  extended by 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
           
 
Constructor Summary
ServerClientDetection()
           
 
Method Summary
 void calculateClientBw(IConnection p_client)
           
 void checkBandwidth(IConnection p_client)
           
 void onServerClientBWCheck()
           
 void resultReceived(IPendingServiceCall call)
          Handle callback from service call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.slf4j.Logger log
Constructor Detail

ServerClientDetection

public ServerClientDetection()
Method Detail

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