package com.dubture.getcomposer.httpclient; /** * Used as an adapter for HttpAsyncClient until it becomes available * as a stable version in eclipse orbit updatesite. * * @see http://hc.apache.org/httpcomponents-asyncclient-dev/httpasyncclient/apidocs/overview-summary.html * @author Robert Gruendler <r.gruendler@gmail.com> */ public class DefaultHttpAsyncClient extends HttpAsyncClient { }