Example usage for org.apache.http.client.methods HttpPut subclass-usage

List of usage examples for org.apache.http.client.methods HttpPut subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.client.methods HttpPut subclass-usage.

Usage

From source file com.eviware.soapui.impl.wsdl.submit.transports.http.support.methods.ExtendedPutMethod.java

    private HttpMethodSupport httpMethodSupport;

    public ExtendedPutMethod() {
        httpMethodSupport = new HttpMethodSupport();
    }