| Modifier and Type | Method and Description |
|---|---|
String |
JaxyClient.doHttpRequest() |
JsonNode |
JaxyClient.getJson()
retrieve json formatted data from network and get as JsonNode
|
String |
JaxyClient.getText()
Get as plain text from network
|
String |
JaxyClient.getTextFormUrl(URL url)
retrieve text from net
|
XmlNode |
JaxyClient.getXml()
retrieve xml formatted data from network and get as XmlNode
|
XmlNode |
JaxyClient.getXml(URL url)
Retrieve xml formatted data from url and get as XmlNode
|
Copyright © 2015. All rights reserved.