net.sf.dexterim.oscar.server
Class RateInfoResponse.RateClass

java.lang.Object
  extended bynet.sf.dexterim.oscar.server.RateInfoResponse.RateClass
Enclosing class:
RateInfoResponse

public static class RateInfoResponse.RateClass
extends java.lang.Object


Method Summary
static RateInfoResponse.RateClass create(OscarByteBuffer buffer)
           
 DWord getClearAvg()
           
 DWord getCurrentAvg()
           
 DWord getDisconnectAvg()
           
 Word getId()
           
 int getIdValue()
           
 DWord getLimitedAvg()
           
 DWord getMaxAvg()
           
 DWord getWarnAvg()
           
 DWord getWindowSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIdValue

public int getIdValue()

getId

public Word getId()

create

public static RateInfoResponse.RateClass create(OscarByteBuffer buffer)

getClearAvg

public DWord getClearAvg()
Returns:
Returns the clearAvg.

getCurrentAvg

public DWord getCurrentAvg()
Returns:
Returns the currentAvg.

getDisconnectAvg

public DWord getDisconnectAvg()
Returns:
Returns the disconnectAvg.

getLimitedAvg

public DWord getLimitedAvg()
Returns:
Returns the limitedAvg.

getMaxAvg

public DWord getMaxAvg()
Returns:
Returns the maxAvg.

getWarnAvg

public DWord getWarnAvg()
Returns:
Returns the warnAvg.

getWindowSize

public DWord getWindowSize()
Returns:
Returns the windowSize.


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.