Example usage for org.apache.http.protocol HttpContext interface-usage

List of usage examples for org.apache.http.protocol HttpContext interface-usage

Introduction

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

Usage

From source file io.restassured.internal.http.HttpContextDecorator.java

/**
 * HttpContext stores many transient properties of an HTTP request.  
 * This class adds Groovy convenience methods.  For a list of many
 * common properties stored in the HttpContext, see:
 * <ul>
 * <li>{@link org.apache.http.protocol.ExecutionContext}</li>

From source file ste.web.http.HttpSessionContext.java

/**
 *
 * @author ste
 */
public class HttpSessionContext extends HashMap<String, Object> implements HttpContext {

From source file com.jayway.restassured.internal.http.HttpContextDecorator.java

/**
 * HttpContext stores many transient properties of an HTTP request.  
 * This class adds Groovy convenience methods.  For a list of many
 * common properties stored in the HttpContext, see:
 * <ul>
 * <li>{@link org.apache.http.protocol.ExecutionContext}</li>

From source file ste.web.http.HttpSession.java

import org.apache.http.protocol.HttpContext;

/**
 *
 */
public class HttpSession implements HttpContext {

From source file groovyx.net.http.HttpContextDecorator.java

/**
 * HttpContext stores many transient properties of an HTTP request.
 * This class adds Groovy convenience methods.  For a list of many
 * common properties stored in the HttpContext, see:
 * <ul>
 * <li>{@link org.apache.http.protocol.ExecutionContext}</li>

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

/**
 * Default implementation of an operated client connection.
 *
 * @since 4.0
 *
 * @deprecated (4.3) use {@link ManagedHttpClientConnectionFactory}.