Package com.uip.tatar.network

Examples of com.uip.tatar.network.HttpClient


    //private final Logger LOGGER = Logger.makeLogger(LOG_TAG);

    public APITatarDefaultClient(Configuration configuration) {
        setConfig(configuration);
        setErrorHandler(new DefaultErrorHandler());
        mHttpClient = new HttpClient();
    }
View Full Code Here

TOP

Related Classes of com.uip.tatar.network.HttpClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.