Lines Matching defs:part

140      * Absolute URIs are hierarchical if the scheme-specific part starts with
147 * scheme-specific part of an opaque URI cannot start with a '/'.
179 * Gets the scheme-specific part of this URI, i.e. everything between
185 * @return the decoded scheme-specific-part
190 * Gets the scheme-specific part of this URI, i.e. everything between
197 * @return the decoded scheme-specific-part
202 * Gets the decoded authority part of this URI. For
213 * Gets the encoded authority part of this URI. For
295 * Gets the decoded fragment part of this URI, everything after the '#'.
302 * Gets the encoded fragment part of this URI, everything after the '#'.
805 * @param ssp scheme-specific-part, everything between the
1209 * Creates the encoded scheme-specific part from its sub parts.
1318 * {@code <scheme>:<opaque part>#<fragment>}
1352 * Encodes and sets the given opaque scheme-specific-part.
1354 * @param opaquePart decoded opaque part
1361 * Sets the previously encoded opaque scheme-specific-part.
1363 * @param opaquePart encoded opaque part
1942 * Support for part implementations.
1947 * Enum which indicates which representation of a given part we have.
1995 * Immutable wrapper of encoded and decoded versions of a URI part. Lazily
2000 /** A part with null values. */
2003 /** A part with empty strings for values. */
2036 * Returns given part or {@link #NULL} if the given part is null.
2038 static Part nonNull(Part part) {
2039 return part == null ? NULL : part;
2043 * Creates a part from the encoded string.
2045 * @param encoded part string
2052 * Creates a part from the decoded string.
2054 * @param decoded part string
2061 * Creates a part from the encoded and decoded strings.
2063 * @param encoded part string
2064 * @param decoded part string
2100 * Immutable wrapper of encoded and decoded versions of a path part. Lazily
2105 /** A part with null values. */
2108 /** A part with empty strings for values. */
2222 * @param encoded part string
2231 * @param decoded part string
2240 * @param encoded part string
2241 * @param decoded part string