Package org.sentrysoftware.http
package org.sentrysoftware.http
-
ClassesClassDescriptionSimple 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.) BodyASSLSocketFactory
which uses an existingSSLSocketFactory
to delegate its operations to and overrides theenabled protocols
to the protocols that were passed to itsconstructor