Package de.galan.commons.net.flux
Class UrlConstruction
- java.lang.Object
-
- de.galan.commons.net.flux.UrlConstruction
-
public class UrlConstruction extends Object
URL constructing helper methods.
-
-
Constructor Summary
Constructors Constructor Description UrlConstruction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringappendParameters(String resource, Map<String,List<String>> parameters)static StringconstructResource(String protocol, String host, Integer port, String path)
-