Lines Matching refs:part

134      * Absolute URIs are hierarchical if the scheme-specific part starts with
141 * scheme-specific part of an opaque URI cannot start with a '/'.
173 * Gets the scheme-specific part of this URI, i.e. everything between the
179 * @return the decoded scheme-specific-part
184 * Gets the scheme-specific part of this URI, i.e. everything between the
191 * @return the decoded scheme-specific-part
196 * Gets the decoded authority part of this URI. For
207 * Gets the encoded authority part of this URI. For
289 * Gets the decoded fragment part of this URI, everything after the '#'.
296 * Gets the encoded fragment part of this URI, everything after the '#'.
794 * @param ssp scheme-specific-part, everything between the
1198 * Creates the encoded scheme-specific part from its sub parts.
1307 * {@code <scheme>:<opaque part>#<fragment>}
1341 * Encodes and sets the given opaque scheme-specific-part.
1343 * @param opaquePart decoded opaque part
1350 * Sets the previously encoded opaque scheme-specific-part.
1352 * @param opaquePart encoded opaque part
1994 * Support for part implementations.
1999 * Enum which indicates which representation of a given part we have.
2047 * Immutable wrapper of encoded and decoded versions of a URI part. Lazily
2052 /** A part with null values. */
2055 /** A part with empty strings for values. */
2088 * Returns given part or {@link #NULL} if the given part is null.
2090 static Part nonNull(Part part) {
2091 return part == null ? NULL : part;
2095 * Creates a part from the encoded string.
2097 * @param encoded part string
2104 * Creates a part from the decoded string.
2106 * @param decoded part string
2113 * Creates a part from the encoded and decoded strings.
2115 * @param encoded part string
2116 * @param decoded part string
2152 * Immutable wrapper of encoded and decoded versions of a path part. Lazily
2157 /** A part with null values. */
2160 /** A part with empty strings for values. */
2274 * @param encoded part string
2283 * @param decoded part string
2292 * @param encoded part string
2293 * @param decoded part string