public interface Requester extends Connector
Modifier and Type | Method and Description |
---|---|
int |
getResponse(java.lang.String request,
java.lang.StringBuffer responseBuffer,
boolean autoDisconnect)
It sends the request to the destination and fills in the response to the
proivided string buffer with JSON content.
|
close, getURI, isConnected, reconnect
int getResponse(java.lang.String request, java.lang.StringBuffer responseBuffer, boolean autoDisconnect) throws WrapperException
WrapperException