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

com.turbomanage.httpclient.AsyncRequestExecutorFactory Maven / Gradle / Ivy

package com.turbomanage.httpclient;

/**
 * Factory that provides an async wrapper for a request, that is, something
 * that can execute a request asynchronously. 
 * 
 * @author David M. Chandler
 */
public interface AsyncRequestExecutorFactory {

    AsyncRequestExecutor getAsyncRequestExecutor(AsyncHttpClient client, AsyncCallback callback);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy