Package | Description |
---|---|
org.opennms.protocols.http | |
org.opennms.protocols.http.collector | |
org.opennms.protocols.json.collector | |
org.opennms.protocols.xml.collector | |
org.opennms.protocols.xml.config |
This file is part of OpenNMS(R).
|
Constructor and Description |
---|
HttpsUrlHandler(Request request)
Instantiates a new HTTPS URL handler.
|
HttpUrlConnection(URL url,
Request request)
Instantiates a new SFTP URL connection.
|
HttpUrlHandler(Request request)
Instantiates a new HTTP URL handler.
|
Modifier and Type | Method and Description |
---|---|
protected org.jsoup.nodes.Document |
HttpCollectionHandler.getJsoupDocument(String urlString,
Request request)
Gets the JSoup document.
|
Modifier and Type | Method and Description |
---|---|
protected net.sf.json.JSONObject |
AbstractJsonCollectionHandler.getJSONObject(String urlString,
Request request)
Gets the JSON object.
|
Modifier and Type | Method and Description |
---|---|
protected Request |
AbstractXmlCollectionHandler.parseRequest(Request unformattedRequest,
CollectionAgent agent)
Parses the request.
|
Modifier and Type | Method and Description |
---|---|
static URL |
UrlFactory.getUrl(String urlStr,
Request request)
Gets the URL Object.
|
protected Document |
AbstractXmlCollectionHandler.getXmlDocument(InputStream is,
Request request)
Gets the XML document.
|
protected Document |
AbstractXmlCollectionHandler.getXmlDocument(String urlString,
Request request)
Gets the XML document.
|
protected Request |
AbstractXmlCollectionHandler.parseRequest(Request unformattedRequest,
CollectionAgent agent)
Parses the request.
|
Modifier and Type | Method and Description |
---|---|
Request |
XmlSource.getRequest()
Gets the request.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlSource.setRequest(Request request)
Sets the request.
|
Copyright © 2015. All Rights Reserved.