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

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

Introduction

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

Usage

From source file net.swas.explorer.httpprofile.FileInputBuffer.java

/**
 *This class is responsible for creating buffer for HTTP request and response parsing 
 * @author SWASS Team
 */
public class FileInputBuffer extends AbstractSessionInputBuffer implements EofSensor {

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

/**
 * {@link SessionInputBuffer} implementation bound to a {@link Socket}.
 *
 *
 * @version $Revision: 744526 $
 *