Package com.couchbase.client.core.msg.kv
Class ResponseStatusDetails
java.lang.Object
com.couchbase.client.core.msg.kv.ResponseStatusDetails
Container for extended response status information.
- Since:
- 1.4.7
- Author:
- Michael Nitschinger
-
Method Summary
Modifier and TypeMethodDescriptioncontext()
static ResponseStatusDetails
convert
(byte[] input) Helper method to convert aByteBuf
input into the details.boolean
int
hashCode()
static String
stringify
(ResponseStatus status, ResponseStatusDetails details) Stringify the status details and the status in a best effort manner.toString()
-
Method Details
-
convert
Helper method to convert aByteBuf
input into the details. It will NOT release the buffer. -
reference
-
context
-
toString
-
equals
-
hashCode
public int hashCode() -
stringify
Stringify the status details and the status in a best effort manner.
-