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