public interface Communicator<K>
Modifier and Type | Method and Description |
---|---|
<R> R |
sendRequest(org.apache.http.HttpRequest request,
ContentHandler<K,R> contentHandler)
Performs a request.
|
<R> R sendRequest(org.apache.http.HttpRequest request, ContentHandler<K,R> contentHandler) throws RedmineException
RedmineException