org.apache.http.client.methods
Interface Configurable

All Known Implementing Classes:
HttpDelete, HttpEntityEnclosingRequestBase, HttpGet, HttpHead, HttpOptions, HttpPatch, HttpPost, HttpPut, HttpRequestBase, HttpTrace

public interface Configurable

Configuration interface for HTTP requests.

Since:
4.3

Method Summary
 RequestConfig getConfig()
           
 

Method Detail

getConfig

RequestConfig getConfig()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.