net.spy.memcached.protocol.couch
Interface HttpOperation
- All Known Implementing Classes:
- DocsOperationImpl, HttpOperationImpl, NoDocsOperationImpl, ReducedOperationImpl, ViewOperationImpl, ViewsOperationImpl
public interface HttpOperation
getRequest
org.apache.http.HttpRequest getRequest()
getCallback
OperationCallback getCallback()
isCancelled
boolean isCancelled()
hasErrored
boolean hasErrored()
isTimedOut
boolean isTimedOut()
cancel
void cancel()
timeOut
void timeOut()
getException
OperationException getException()
handleResponse
void handleResponse(org.apache.http.HttpResponse response)