public abstract class AbstractKeyValueResponse extends AbstractCouchbaseResponse implements BinaryResponse
Modifier | Constructor and Description |
---|---|
protected |
AbstractKeyValueResponse(ResponseStatus status,
java.lang.String bucket,
io.netty.buffer.ByteBuf content,
CouchbaseRequest request) |
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.
|
java.lang.String |
toString() |
request, status
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
request, status
protected AbstractKeyValueResponse(ResponseStatus status, java.lang.String bucket, io.netty.buffer.ByteBuf content, CouchbaseRequest request)
public io.netty.buffer.ByteBuf content()
BinaryResponse
Contains the content of the response, potentially null or empty.
content
in interface BinaryResponse
public java.lang.String bucket()
bucket
in interface BinaryResponse
public java.lang.String toString()
toString
in class AbstractCouchbaseResponse