public class GsonDecoder extends Object implements ResponseDecoder
| Constructor and Description |
|---|
GsonDecoder(com.google.gson.Gson gson,
ResponseHeaders responseHeaders,
Type type,
Callback<Object> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
complete() |
void |
content(ByteBuffer content) |
String |
toString() |
public GsonDecoder(com.google.gson.Gson gson,
ResponseHeaders responseHeaders,
Type type,
Callback<Object> callback)
public void content(ByteBuffer content)
content in interface ResponseDecoderpublic void complete()
complete in interface ResponseDecoderpublic void abort()
abort in interface ResponseDecoderCopyright © 2018. All rights reserved.