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

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

Introduction

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

Usage

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

    private IAfterRequestInjection afterRequestInjection;

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