All Classes and Interfaces

Classes
Class
Description
Simple HTTP Client implementation for Java's HttpURLConnection.
It has no external dependencies and facilitates the execution of HTTP requests.
Represents an HTTP Response in a simplified way Status code (200, 400, etc.) Header (Content-type: application/json, etc.) Body
A SSLSocketFactory which uses an existing SSLSocketFactory to delegate its operations to and overrides the enabled protocols to the protocols that were passed to its constructor