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

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

package com.turbomanage.httpclient;

/**
 * Describes a class that can execute a request asynchronously. These are
 * produced by a {@link AsyncRequestExecutorFactory}.
 * 
 * @author David M. Chandler
 */
public interface AsyncRequestExecutor {
    
    void execute(HttpRequest httpRequest);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy