io.keen.client.java.http
Interface HttpHandler

All Known Implementing Classes:
UrlConnectionHttpHandler

public interface HttpHandler

Interface which provides an abstraction around making HTTP requests.

Since:
2.0.0

Method Summary
 Response execute(Request request)
          Executes the given request and returns the received response.
 

Method Detail

execute

Response execute(Request request)
                 throws java.io.IOException
Executes the given request and returns the received response.

Parameters:
request -
Throws:
java.io.IOException - If there is an error executing the request or processing the response.