Example usage for org.apache.http.io SessionInputBuffer interface-usage

List of usage examples for org.apache.http.io SessionInputBuffer interface-usage

Introduction

In this page you can find the example usage for org.apache.http.io SessionInputBuffer interface-usage.

Usage

From source file org.vietspider.net.apache.LoggingSessionInputBuffer.java

/**
 * Logs all data read to the wire LOG.
 *
 * @author Ortwin Glueck
 * @author <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a>
 * @author <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>

From source file org.vietspider.net.apache.AbstractSessionInputBuffer.java

/**
 * Abstract base class for session input buffers that stream data from 
 * an arbitrary {@link InputStream}. This class buffers input data in 
 * an internal byte array for optimal input performance.
 * <p>
 * {@link #readLine(CharArrayBuffer)} and {@link #readLine()} methods of this