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, status, statusDetails, statusDetails
creationTime
Copyright © 2017 Couchbase, Inc.. All rights reserved.