Interface HttpClient

All Known Implementing Classes:
ApacheHttpClient

public interface HttpClient
Simple HTTP client to enable performing requests.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sends a HTTP GET request to a specified url.
  • Method Details