Uses of Class
com.aoapps.net.AnyURI
Packages that use AnyURI
-
Uses of AnyURI in com.aoapps.net
Subclasses of AnyURI in com.aoapps.netModifier and TypeClassDescriptionclass
Implementation ofAnyURI
that prefers RFC 3987 IRI.class
Implementation ofAnyURI
that is restricted to RFC 3986 URI only.Methods in com.aoapps.net that return AnyURIModifier and TypeMethodDescriptionAnyURI.addEncodedParameter
(String encodedName, String encodedValue) Adds an already-encoded parameter.AnyURI.addParameter
(String name, String value) Encodes and adds a parameter.AnyURI.addParameters
(URIParameters params) Adds all of the parameters.AnyURI.addQueryString
(String query) Adds a query string.AnyURI.appendFragment
(Encoder encoder, Appendable out) Appends the fragment (not including the '#').AnyURI.appendFragment
(Appendable out) Appends the fragment (not including the '#').AnyURI.appendHierPart
(Encoder encoder, Appendable out) Appends the part of the URI after the scheme and up to the first '?'AnyURI.appendHierPart
(Appendable out) Appends the part of the URI after the scheme and up to the first '?'AnyURI.appendQueryString
(Encoder encoder, Appendable out) Appends the query string (not including the '?').AnyURI.appendQueryString
(Appendable out) Appends the query string (not including the '?').AnyURI.appendScheme
(Encoder encoder, Appendable out) Appends the scheme (not including the ':').AnyURI.appendScheme
(Appendable out) Appends the scheme (not including the ':').AnyURI.setEncodedFragment
(String encodedFragment) Replaces the fragment.AnyURI.setFragment
(String fragment) Replaces the fragment in the default encodingIRI.ENCODING
.AnyURI.setHierPart
(String hierPart) Replaces the hier-part.AnyURI.setQueryString
(String query) Replaces the query string.