Package com.couchbase.client.core.msg.kv
Class ResponseStatusDetails
java.lang.Object
com.couchbase.client.core.msg.kv.ResponseStatusDetails
public class ResponseStatusDetails extends Object
Container for extended response status information.
- Since:
- 1.4.7
- Author:
- Michael Nitschinger
-
Method Summary
Modifier and Type Method Description String
context()
static ResponseStatusDetails
convert(byte[] input)
Helper method to convert aByteBuf
input into the details.boolean
equals(Object o)
int
hashCode()
String
reference()
static String
stringify(ResponseStatus status, ResponseStatusDetails details)
Stringify the status details and the status in a best effort manner.String
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.
-