org.red5.server.stream.bandwidth
Class ClientServerDetection

java.lang.Object
  extended by org.red5.server.stream.bandwidth.ClientServerDetection
All Implemented Interfaces:
IPendingServiceCallback

public class ClientServerDetection
extends Object
implements IPendingServiceCallback

Author:
The Red5 Project ([email protected]), Dan Rossi

Field Summary
protected static Logger log
           
 
Constructor Summary
ClientServerDetection()
           
 
Method Summary
 Map<String,Object> checkBandwidth(Object[] params)
           
 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 Logger log
Constructor Detail

ClientServerDetection

public ClientServerDetection()
Method Detail

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

checkBandwidth

public Map<String,Object> checkBandwidth(Object[] params)


Copyright © 2006-2012 The Red5 Project