Java org.apache.http.impl.client.cache SizeLimitedResponseReader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.client.cache SizeLimitedResponseReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.client.cache SizeLimitedResponseReader.

The text is from its open source code.

Constructor

SizeLimitedResponseReader(ResourceFactory resourceFactory, long maxResponseSizeBytes, HttpRequest request, HttpResponse response)
Create an HttpResponse that is limited in size, this allows for checking the size of objects that will be stored in the cache.

Method