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

com.turbomanage.httpclient.json.JsonRestClient Maven / Gradle / Ivy

package com.turbomanage.httpclient.json;

import com.turbomanage.httpclient.AsyncHttpClient;
import com.turbomanage.httpclient.rest.AsyncRestClient;
import com.turbomanage.httpclient.rest.ObjectFactory;
import com.turbomanage.httpclient.rest.ResultHandler;

public class JsonRestClient extends AsyncRestClient {

	public JsonRestClient(AsyncHttpClient httpClient, ObjectFactory factory, ResultHandler handler) {
		super(httpClient, factory, handler);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy