public interface BinaryResponse extends CouchbaseResponse
Marker interface which signals a binary response.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
bucket() |
io.netty.buffer.ByteBuf |
content()
Contains the content of the response, potentially null or empty.
|
request, status