Interface Configurable

All Known Subinterfaces:
HttpUriRequest
All Known Implementing Classes:
ConfigurableHttpRequest, HttpDelete, HttpGet, HttpHead, HttpOptions, HttpPatch, HttpPost, HttpPut, HttpTrace, HttpUriRequestBase, InternalHttpClient, SimpleHttpRequest

public interface Configurable
Configuration interface for HTTP requests.
Since:
4.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the actual request configuration.
  • Method Details

    • getConfig

      RequestConfig getConfig()
      Gets the actual request configuration.
      Returns:
      the actual request configuration.