public class JsonStreamProcessor<T> extends Object implements ResponseStreamProcessor<T>
Constructor and Description |
---|
JsonStreamProcessor(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
void |
processResponseStream(InputStream response,
ResultCallback<T> resultCallback) |
public void processResponseStream(InputStream response, ResultCallback<T> resultCallback)
processResponseStream
in interface ResponseStreamProcessor<T>
Copyright © 2017. All Rights Reserved.