Example usage for org.apache.commons.httpclient.methods HeadMethod subclass-usage

List of usage examples for org.apache.commons.httpclient.methods HeadMethod subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.httpclient.methods HeadMethod subclass-usage.

Usage

From source file smartrics.rest.fitnesse.fixture.support.http.HeadMethod.java

/**
 * Head method, enhanced with support of query parameters.
 * 
 * @author smartrics
 * 
 */

From source file org.zaproxy.zap.network.ZapHeadMethod.java

/**
 * An HTTP HEAD method implementation that ignores malformed HTTP response header lines.
 * 
 * @see HeadMethod
 */
public class ZapHeadMethod extends HeadMethod {

From source file org.eclipse.mylyn.internal.commons.net.http.CommonHeadMethod3.java

/**
 * Based on {@code org.eclipse.ecf.provider.filetransfer.httpclient.HttpClientRetrieveFileTransfer}.
 * 
 * @author Steffen Pingel
 */
public class CommonHeadMethod3 extends HeadMethod implements CommonHttpMethod3 {