Class SearchResponse
java.lang.Object
com.couchbase.client.core.msg.BaseResponse
com.couchbase.client.core.msg.search.SearchResponse
- All Implemented Interfaces:
ChunkedResponse<SearchChunkHeader,,SearchChunkRow, SearchChunkTrailer> Response
public class SearchResponse
extends BaseResponse
implements ChunkedResponse<SearchChunkHeader,SearchChunkRow,SearchChunkTrailer>
-
Method Summary
Methods inherited from class com.couchbase.client.core.msg.BaseResponse
status, toString
-
Method Details
-
header
Description copied from interface:ChunkedResponseReturns the header for this response, immediately available.- Specified by:
headerin interfaceChunkedResponse<SearchChunkHeader,SearchChunkRow, SearchChunkTrailer>
-
rows
Description copied from interface:ChunkedResponseReturns the rows for this response, available pushed as they come streaming in.- Specified by:
rowsin interfaceChunkedResponse<SearchChunkHeader,SearchChunkRow, SearchChunkTrailer>
-
trailer
Description copied from interface:ChunkedResponseReturns the trailer for this response, available at the end of the response eventually.- Specified by:
trailerin interfaceChunkedResponse<SearchChunkHeader,SearchChunkRow, SearchChunkTrailer>
-