public class HttpResponseConsumer extends Object
| Constructor and Description |
|---|
HttpResponseConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
consume(Map<String,String> result) |
protected void |
consumeResponseContent(Map<String,String> result) |
HttpResponseConsumer |
setDestinationFile(String destinationFile) |
HttpResponseConsumer |
setHttpResponse(org.apache.http.HttpResponse httpResponse) |
HttpResponseConsumer |
setResponseCharacterSet(String responseCharacterSet) |
public HttpResponseConsumer setHttpResponse(org.apache.http.HttpResponse httpResponse)
public HttpResponseConsumer setResponseCharacterSet(String responseCharacterSet)
public HttpResponseConsumer setDestinationFile(String destinationFile)
public void consume(Map<String,String> result) throws IOException
IOExceptionprotected void consumeResponseContent(Map<String,String> result) throws IOException
IOExceptionCopyright © 2020. All rights reserved.