public class ResponseStatusDetails extends Object
Container for extended response status information.
Modifier and Type | Method and Description |
---|---|
String |
context() |
static ResponseStatusDetails |
convert(io.netty.buffer.ByteBuf input)
Helper method to convert a
ByteBuf 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() |
public static ResponseStatusDetails convert(io.netty.buffer.ByteBuf input)
Helper method to convert a ByteBuf
input into the details.
It will NOT release the buffer.
public String reference()
public String context()
public static String stringify(ResponseStatus status, ResponseStatusDetails details)
Stringify the status details and the status in a best effort manner.
Copyright © 2018 Couchbase, Inc.. All rights reserved.