Interface HttpClient

All Superinterfaces:
AutoCloseable, Closeable

public interface HttpClient extends Closeable
Represents an HTTP client.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(HttpRequest<?> request)
    Executes the request.

    Methods inherited from interface java.io.Closeable

    close