public class BasicResponseHandler extends ResponseHandler<Void>
| Constructor and Description |
|---|
BasicResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateContent()
Dummy implementation method
|
Void |
getContent()
Gets the content generated from the
response.
|
beforeFinish, beforeResponse, getConnectionInfo, onByteChunkReceived, onByteChunkReceivedProcessed, onByteChunkSent, onByteChunkSentProcessed, onFailure, onFinish, onReceiveStream, onSend, onSuccesspublic void generateContent()
generateContent in class ResponseHandler<Void>public Void getContent()
ResponseHandlergetContent in class ResponseHandler<Void>Void