Package org.apache.storm.daemon.utils
Class UrlBuilder
java.lang.Object
org.apache.storm.daemon.utils.UrlBuilder
Convenient utility class to build the URL.
- 
Method Summary
- 
Method Details- 
buildBuild the URL. the key and value of query parameters will be encoded.- Parameters:
- urlPath- URL except query parameter
- parameters- query parameter
- Returns:
- the url concatenating url path and query parameters
 
 
-