|
||||||||||
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.DesignDocFetcherOperationImpl
public class DesignDocFetcherOperationImpl
Implements the design doc fetching HTTP operation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.couchbase.client.protocol.views.DesignDocFetcherOperation |
---|
DesignDocFetcherOperation.DesignDocFetcherCallback |
Field Summary |
---|
Fields inherited from class com.couchbase.client.protocol.views.HttpOperationImpl |
---|
callback, exception |
Constructor Summary | |
---|---|
DesignDocFetcherOperationImpl(org.apache.http.HttpRequest r,
java.lang.String designDocName,
DesignDocFetcherOperation.DesignDocFetcherCallback designCallback)
|
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 DesignDocFetcherOperationImpl(org.apache.http.HttpRequest r, java.lang.String designDocName, DesignDocFetcherOperation.DesignDocFetcherCallback designCallback)
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 |