All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.webframe.test.BaseHttpClientTests Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version

package org.webframe.test;

import org.apache.http.client.HttpClient;
import org.apache.http.impl.client.DefaultHttpClient;

/**
 * @author 黄国庆 
 * @version $Id: codetemplates.xml,v 1.1 2009/09/07 08:48:12 Exp $ Create: 2011-3-28 下午08:51:08
 */
public class BaseHttpClientTests {

	protected final static HttpClient	client	= new DefaultHttpClient();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy