public interface LinphoneXmlRpcRequest
Modifier and Type | Interface and Description |
---|---|
static class |
LinphoneXmlRpcRequest.ArgType |
static interface |
LinphoneXmlRpcRequest.LinphoneXmlRpcRequestListener |
static class |
LinphoneXmlRpcRequest.Status |
Modifier and Type | Method and Description |
---|---|
void |
addIntArg(int arg) |
void |
addStringArg(String arg) |
String |
getContent() |
int |
getIntResponse() |
LinphoneXmlRpcRequest.Status |
getStatus() |
String |
getStringResponse() |
void |
setListener(LinphoneXmlRpcRequest.LinphoneXmlRpcRequestListener listener) |
void addIntArg(int arg)
void addStringArg(String arg)
String getContent()
LinphoneXmlRpcRequest.Status getStatus()
int getIntResponse()
String getStringResponse()
void setListener(LinphoneXmlRpcRequest.LinphoneXmlRpcRequestListener listener)