net.spy.memcached.protocol.couch
Class ViewOperationImpl
java.lang.Object
net.spy.memcached.protocol.couch.HttpOperationImpl
net.spy.memcached.protocol.couch.ViewOperationImpl
- All Implemented Interfaces:
- HttpOperation, ViewOperation
public class ViewOperationImpl
- extends HttpOperationImpl
- implements ViewOperation
|
Method Summary |
void |
handleResponse(org.apache.http.HttpResponse response)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewOperationImpl
public ViewOperationImpl(org.apache.http.HttpRequest r,
String bucketName,
String designDocName,
String viewName,
ViewOperation.ViewCallback viewCallback)
handleResponse
public void handleResponse(org.apache.http.HttpResponse response)
- Specified by:
handleResponse in interface HttpOperation- Specified by:
handleResponse in class HttpOperationImpl