public interface BinaryResponse extends CouchbaseResponse
Marker interface which signals a binary response.
Modifier and Type | Method and Description |
---|---|
String |
bucket() |
ByteBuf |
content()
Contains the content of the response, potentially null or empty.
|
request, status
Copyright © 2014 Couchbase, Inc.