net.spy.memcached.protocol.couch
Class ViewsOperationImpl

java.lang.Object
  extended by net.spy.memcached.protocol.couch.HttpOperationImpl
      extended by net.spy.memcached.protocol.couch.ViewsOperationImpl
All Implemented Interfaces:
HttpOperation, ViewsOperation

public class ViewsOperationImpl
extends HttpOperationImpl
implements ViewsOperation


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.spy.memcached.protocol.couch.ViewsOperation
ViewsOperation.ViewsCallback
 
Field Summary
 
Fields inherited from class net.spy.memcached.protocol.couch.HttpOperationImpl
callback, exception
 
Constructor Summary
ViewsOperationImpl(org.apache.http.HttpRequest r, String bucketName, String designDocName, ViewsOperation.ViewsCallback viewsCallback)
           
 
Method Summary
 void handleResponse(org.apache.http.HttpResponse response)
           
 
Methods inherited from class net.spy.memcached.protocol.couch.HttpOperationImpl
cancel, getCallback, getEntityString, getException, getRequest, hasErrored, isCancelled, isTimedOut, parseViewForStatus, timeOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewsOperationImpl

public ViewsOperationImpl(org.apache.http.HttpRequest r,
                          String bucketName,
                          String designDocName,
                          ViewsOperation.ViewsCallback viewsCallback)
Method Detail

handleResponse

public void handleResponse(org.apache.http.HttpResponse response)
Specified by:
handleResponse in interface HttpOperation
Specified by:
handleResponse in class HttpOperationImpl