Class PartialURL

java.lang.Object
com.aoapps.net.partialurl.PartialURL
Direct Known Subclasses:
MultiPartialURL, SinglePartialURL

public abstract class PartialURL extends Object
A PartialURL matches and completes URLs. All fields are optional.

This is not a general-purpose representation of a URL. It only contains the fields specifically used for matching a request to a virtual host (TODO: Links to projects). For an instance of URL, see toURL(com.aoapps.net.partialurl.FieldSource).

All partial URLs are immutable value types.