net.spy.memcached.protocol.couch
Interface HttpOperation

All Known Implementing Classes:
DocsOperationImpl, HttpOperationImpl, NoDocsOperationImpl, ReducedOperationImpl, ViewOperationImpl, ViewsOperationImpl

public interface HttpOperation


Method Summary
 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()
           
 

Method Detail

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)