public interface HttpOperation
Modifier and Type | Method and Description |
---|---|
void |
addAuthHeader(java.lang.String auth) |
void |
cancel() |
net.spy.memcached.ops.OperationCallback |
getCallback() |
net.spy.memcached.ops.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()
net.spy.memcached.ops.OperationCallback getCallback()
boolean isCancelled()
boolean hasErrored()
boolean isTimedOut()
void cancel()
void timeOut()
void addAuthHeader(java.lang.String auth)
net.spy.memcached.ops.OperationException getException()
void handleResponse(org.apache.http.HttpResponse response)
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.