public interface BinaryResponse extends CouchbaseResponse, ReferenceCounted
Marker interface which signals a binary response.
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the bucket where this response is coming from.
|
ByteBuf |
content()
Contains the content of the response, potentially null or empty.
|
short |
serverStatusCode() |
request, statuscreationTimeCopyright © 2016 Couchbase, Inc.. All rights reserved.