anon.client
Class FixedRatioChannelsDescription

java.lang.Object
  extended by anon.client.FixedRatioChannelsDescription

public class FixedRatioChannelsDescription
extends java.lang.Object

Author:
Stefan Lieske

Field Summary
private  long m_chainTimeout
           
private  long m_channelTimeout
           
private  int m_downstreamPackets
           
 
Constructor Summary
FixedRatioChannelsDescription(int a_downstreamPackets, long a_channelTimeout, long a_chainTimeout)
           
 
Method Summary
 long getChainTimeout()
           
 int getChannelDownstreamPackets()
           
 long getChannelTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_downstreamPackets

private int m_downstreamPackets

m_channelTimeout

private long m_channelTimeout

m_chainTimeout

private long m_chainTimeout
Constructor Detail

FixedRatioChannelsDescription

public FixedRatioChannelsDescription(int a_downstreamPackets,
                                     long a_channelTimeout,
                                     long a_chainTimeout)
Method Detail

getChannelDownstreamPackets

public int getChannelDownstreamPackets()

getChannelTimeout

public long getChannelTimeout()

getChainTimeout

public long getChainTimeout()