public class EchoTask extends PostBodyTask
| Constructor and Description |
|---|
EchoTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Map<String,List<String>> parameters,
String body,
PrintWriter output) |
executegetName, getResponseContentTypepublic void execute(Map<String,List<String>> parameters, String body, PrintWriter output) throws Exception
execute in class PostBodyTaskparameters - the query string parametersbody - the plain text request bodyoutput - a PrintWriter wrapping the output stream of the taskExceptionCopyright © 2020. All rights reserved.