public class JsonHttpResponseCodec extends AbstractHttpResponseCodec
Constructor and Description |
---|
JsonHttpResponseCodec() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
getValueToEncode(Response response) |
protected Response |
reconstructValue(Response response) |
decode, encode
protected Response reconstructValue(Response response)
reconstructValue
in class AbstractHttpResponseCodec
protected java.lang.Object getValueToEncode(Response response)
getValueToEncode
in class AbstractHttpResponseCodec