Package io.keen.client.java.http

Interface Summary
HttpHandler Interface which provides an abstraction around making HTTP requests.
OutputSource Interface to allow writing to an OutputStream - in particular the output stream of an HTTP request - directly from a source.
 

Class Summary
Request Encapsulates an HTTP request.
Response Encapsulates an HTTP response.
UrlConnectionHttpHandler This class provides a default implementation of HttpHandler using HttpURLConnection.