Uses of Class
com.aoapps.net.partialurl.PartialURL
-
Uses of PartialURL in com.aoapps.net.partialurl
Subclasses of PartialURL in com.aoapps.net.partialurlModifier and TypeClassDescriptionclass
APartialURL
that may contains multiple values for each field matched.class
APartialURL
that may contain at most one values for each field matched.Methods in com.aoapps.net.partialurl that return PartialURLModifier and TypeMethodDescriptionPartialURLMatch.getPartialURL()
Gets the partial URL that matched the lookup.static PartialURL
Gets a partial URL always within the current request.static PartialURL
Gets a partial URL always within the current request.static PartialURL
PartialURL.valueOf
(Iterable<String> schemes, Iterable<HostAddress> hosts, Iterable<Port> ports, Iterable<Path> contextPaths, Iterable<Path> prefixes) Gets a partial URL supporting requests across multiple schemes/hosts/ports/...static PartialURL
PartialURL.valueOf
(String[] schemes, HostAddress[] hosts, Port[] ports, Path[] contextPaths, Path... prefixes) Gets a partial URL supporting requests across multiple schemes/hosts/ports/...Methods in com.aoapps.net.partialurl with parameters of type PartialURLModifier and TypeMethodDescriptionvoid
PartialURLMap.put
(PartialURL partialUrl, V value) Adds a new partial URL to this map while checking for conflicts.