|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.couchbase.client.protocol.views.HttpOperationImpl
com.couchbase.client.protocol.views.ViewFetcherOperationImpl
public class ViewFetcherOperationImpl
A ViewOperationImpl.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.couchbase.client.protocol.views.ViewFetcherOperation |
---|
ViewFetcherOperation.ViewFetcherCallback |
Field Summary |
---|
Fields inherited from class com.couchbase.client.protocol.views.HttpOperationImpl |
---|
callback, exception |
Constructor Summary | |
---|---|
ViewFetcherOperationImpl(org.apache.http.HttpRequest r,
java.lang.String bucketName,
java.lang.String designDocName,
java.lang.String viewName,
ViewFetcherOperation.ViewFetcherCallback viewCallback)
|
Method Summary | |
---|---|
void |
handleResponse(org.apache.http.HttpResponse response)
|
Methods inherited from class com.couchbase.client.protocol.views.HttpOperationImpl |
---|
addAuthHeader, cancel, getCallback, getEntityString, getException, getRequest, hasErrored, isCancelled, isTimedOut, parseViewForStatus, setException, timeOut, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ViewFetcherOperationImpl(org.apache.http.HttpRequest r, java.lang.String bucketName, java.lang.String designDocName, java.lang.String viewName, ViewFetcherOperation.ViewFetcherCallback viewCallback)
Method Detail |
---|
public void handleResponse(org.apache.http.HttpResponse response)
handleResponse
in interface HttpOperation
handleResponse
in class HttpOperationImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |