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

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

Introduction

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

Usage

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

    private IAfterRequestInjection afterRequestInjection;

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