All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.turbomanage.httpclient.package-info Maven / Gradle / Ivy

/**
 * Minimal HTTP client wrapping {@link java.net.HttpURLConnection}.
 * The base class for all implementations is {@link com.turbomanage.httpclient.AbstractHttpClient}.
 * You can make asynchronous calls using {@link com.turbomanage.httpclient.AsyncHttpClient}.
 * 
 * 

To get started, see {@link com.turbomanage.httpclient.BasicHttpClient}.

*/ package com.turbomanage.httpclient;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy