org.apache.http.client.cache
Class InputLimit

java.lang.Object
  extended by org.apache.http.client.cache.InputLimit

public class InputLimit
extends Object

Since:
4.1

Constructor Summary
InputLimit(long value)
           
 
Method Summary
 long getValue()
           
 boolean isReached()
           
 void reached()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputLimit

public InputLimit(long value)
Method Detail

getValue

public long getValue()

reached

public void reached()

isReached

public boolean isReached()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.