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

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

Introduction

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

Usage

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

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

From source file org.zaproxy.zap.ZapGetMethod.java

/**
 * Do not ignore HTTP status code of 101 and keep {@link Socket} &
 * {@link InputStream} open, as 101 states a protocol switch.
 * 
 * Is essential for the WebSockets extension.
 * <p>