Lines Matching defs:part

137      * Absolute URIs are hierarchical if the scheme-specific part starts with
144 * scheme-specific part of an opaque URI cannot start with a '/'.
176 * Gets the scheme-specific part of this URI, i.e. everything between the
182 * @return the decoded scheme-specific-part
187 * Gets the scheme-specific part of this URI, i.e. everything between the
194 * @return the decoded scheme-specific-part
199 * Gets the decoded authority part of this URI. For
210 * Gets the encoded authority part of this URI. For
292 * Gets the decoded fragment part of this URI, everything after the '#'.
299 * Gets the encoded fragment part of this URI, everything after the '#'.
797 * @param ssp scheme-specific-part, everything between the
1201 * Creates the encoded scheme-specific part from its sub parts.
1310 * {@code <scheme>:<opaque part>#<fragment>}
1344 * Encodes and sets the given opaque scheme-specific-part.
1346 * @param opaquePart decoded opaque part
1353 * Sets the previously encoded opaque scheme-specific-part.
1355 * @param opaquePart encoded opaque part
1934 * Support for part implementations.
1939 * Enum which indicates which representation of a given part we have.
1987 * Immutable wrapper of encoded and decoded versions of a URI part. Lazily
1992 /** A part with null values. */
1995 /** A part with empty strings for values. */
2028 * Returns given part or {@link #NULL} if the given part is null.
2030 static Part nonNull(Part part) {
2031 return part == null ? NULL : part;
2035 * Creates a part from the encoded string.
2037 * @param encoded part string
2044 * Creates a part from the decoded string.
2046 * @param decoded part string
2053 * Creates a part from the encoded and decoded strings.
2055 * @param encoded part string
2056 * @param decoded part string
2092 * Immutable wrapper of encoded and decoded versions of a path part. Lazily
2097 /** A part with null values. */
2100 /** A part with empty strings for values. */
2214 * @param encoded part string
2223 * @param decoded part string
2232 * @param encoded part string
2233 * @param decoded part string