public interface HttpOperation
Modifier and Type | Method and Description |
---|---|
void |
addAuthHeader(java.lang.String auth) |
void |
cancel() |
OperationCallback |
getCallback() |
OperationException |
getException() |
org.apache.http.HttpRequest |
getRequest() |
void |
handleResponse(org.apache.http.HttpResponse response) |
boolean |
hasErrored() |
boolean |
isCancelled() |
boolean |
isTimedOut() |
void |
timeOut() |
org.apache.http.HttpRequest getRequest()
OperationCallback getCallback()
boolean isCancelled()
boolean hasErrored()
boolean isTimedOut()
void cancel()
void timeOut()
void addAuthHeader(java.lang.String auth)
OperationException getException()
void handleResponse(org.apache.http.HttpResponse response)
Copyright © 2006-2009 Dustin Sallings, 2009-2014 Couchbase, Inc.