Modifier and Type | Method and Description |
---|---|
static Response |
Communication.sendGET(Client client,
java.lang.String urlAddress)
sendGET: This method send a GET request to the url specified.
|
static Response |
Communication.sendPOST(Client client,
java.lang.String urlAddress,
Request objRequest)
sendPOST: This method send through POST, a Request object to server specified by URL
|
static Response |
Communication.sendPOST(Client client,
java.lang.String strServer,
java.lang.String strCommand,
java.lang.String strParameter)
sendPOST: This method send a POST request with the command + parameters to the server specified.
|