Example usage for org.apache.http.impl.io AbstractMessageParser subclass-usage

List of usage examples for org.apache.http.impl.io AbstractMessageParser subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.io AbstractMessageParser subclass-usage.

Usage

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

/**
 * HTTP request parser that obtain its input from an instance
 * of {@link SessionInputBuffer}.
 * <p>
 * The following parameters can be used to customize the behavior of this
 * class:

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

public class DefaultHttpResponseParser extends AbstractMessageParser {

    private final HttpResponseFactory responseFactory;
    private final CharArrayBuffer lineBuf;

    /**

From source file org.apache.http.impl.conn.DefaultHttpResponseParser.java

/**
 * Lenient HTTP response parser implementation that can skip malformed data until
 * a valid HTTP response message head is encountered.
 *
 * @since 4.2
 */

From source file org.apache.http.impl.conn.DefaultResponseParser.java

/**
 * Default HTTP response parser implementation.
 * <p>
 * The following parameters can be used to customize the behavior of this
 * class:
 * <ul>