Class RelativeReference<SEGMENT,​QUERY extends Query<?>,​FRAGMENT extends Fragment<?>>

  • Type Parameters:
    SEGMENT - The type of Segment used by paths of this relative reference.
    QUERY - The type of Query used by this relative reference.
    FRAGMENT - The type of Fragment used by this relative reference.

    public abstract class RelativeReference<SEGMENT,​QUERY extends Query<?>,​FRAGMENT extends Fragment<?>>
    extends UrinReference<SEGMENT,​QUERY,​FRAGMENT>
    A relative reference.

    A relative reference has a mandatory relative part component, that is made up of an optional authority, and a mandatory path, and optional query and fragment parts. The mandatory path may implicitly be the empty path.

    See Also:
    RFC 3986 - Relative Reference