public class BaseCommunicator extends java.lang.Object implements Communicator<org.apache.http.HttpResponse>
Constructor and Description |
---|
BaseCommunicator(org.apache.http.client.HttpClient client) |
Modifier and Type | Method and Description |
---|---|
<R> R |
sendRequest(org.apache.http.HttpRequest request,
ContentHandler<org.apache.http.HttpResponse,R> handler)
Performs a request.
|
public BaseCommunicator(org.apache.http.client.HttpClient client)
public <R> R sendRequest(org.apache.http.HttpRequest request, ContentHandler<org.apache.http.HttpResponse,R> handler) throws RedmineException
Communicator
sendRequest
in interface Communicator<org.apache.http.HttpResponse>
RedmineException