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

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

Introduction

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

Usage

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

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

    public String getDumpFile() {
        return httpMethodSupport.getDumpFile();