Uses of Class
com.yahoo.documentapi.Response
Packages that use Response
Package
Description
-
Uses of Response in com.yahoo.documentapi
Subclasses of Response in com.yahoo.documentapiModifier and TypeClassDescriptionclassThe asynchronous response to a document remove operation.classThe asynchronous response to a document put or get operation.classThe asynchronous response to a document update operation.classThis response is provided for successful document remove operations.classThis response is provided for successful document update operations.Methods in com.yahoo.documentapi that return ResponseModifier and TypeMethodDescriptionSession.getNext()Returns the next response of this session.Session.getNext(int timeoutMilliseconds) Returns the next response of this session.Methods in com.yahoo.documentapi with parameters of type ResponseModifier and TypeMethodDescriptionvoidResponseHandler.handleResponse(Response response) This method is called once for each document api operation invoked on aAsyncSession. -
Uses of Response in com.yahoo.documentapi.local
Methods in com.yahoo.documentapi.local that return Response -
Uses of Response in com.yahoo.documentapi.messagebus
Methods in com.yahoo.documentapi.messagebus that return Response