Class SimpleURL

java.lang.Object
com.helger.commons.url.SimpleURL
All Implemented Interfaces:
ICloneable<SimpleURL>, IGenericImplTrait<SimpleURL>, ISimpleURL, IURLParameterList<SimpleURL>

@NotThreadSafe public class SimpleURL extends Object implements ISimpleURL, ICloneable<SimpleURL>, IURLParameterList<SimpleURL>
Abstraction of the string parts of a URL but much simpler (and faster) than URL.
Author:
Philip Helger