@ThreadRestricted(value="constructor") public final class KickWAP extends Call
Modifier and Type | Field and Description |
---|---|
static String |
CALL_TYPE
The name to use in the
wCall query parameter, which is * * *
* "Kick" . |
Constructor and Description |
---|
KickWAP(String _prefix,
Requesting _req,
ResponseConfiguration _resConfig)
Constructs a KickWAP.
|
Modifier and Type | Method and Description |
---|---|
void |
respond(Responding res)
Servlet response, streaming out JSON from the
DiffMessageTable.
|
public static final String CALL_TYPE
wCall
query parameter, which is * * *
* "Kick" . For example: wCall=kKick
.public KickWAP(String _prefix, Requesting _req, ResponseConfiguration _resConfig) throws HTTPRequestException
_prefix
- _req
- _resConfig
- HTTPRequestException
public void respond(Responding res) throws IOException
respond
in class Call
IOException