
org.redmine.ta.internal.comm.Communicator Maven / Gradle / Ivy
package org.redmine.ta.internal.comm;
import org.apache.http.HttpRequest;
import org.redmine.ta.RedmineException;
public interface Communicator {
/**
* Performs a request.
*
* @return the response body.
*/
public abstract R sendRequest(HttpRequest request,
ContentHandler contentHandler) throws RedmineException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy