Example usage for org.apache.http.message BasicHttpRequest subclass-usage

List of usage examples for org.apache.http.message BasicHttpRequest subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.message BasicHttpRequest subclass-usage.

Usage

From source file com.springsource.insight.plugin.apache.http.hc4.HttpPlaceholderRequest.java

/**
 *
 */
final class HttpPlaceholderRequest extends BasicHttpRequest {
    static final HttpPlaceholderRequest PLACEHOLDER = new HttpPlaceholderRequest();

From source file ste.web.http.beanshell.TestRequest.java

/**
 *
 * @author ste
 */
public class TestRequest extends BasicHttpRequest {

From source file org.apache.axis2.transport.http.mock.MockAxisHttpResponse.java

/**
 * The Class MockAxisHttpResponse is a mock implementation of AxisHttpResponse
 * to used with unit tests.
 * 
 * @since 1.7.0
 */