Serialized Form

  • Package org.czeal.rfc3986

    • Class Authority

      class Authority extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • host
          Host host
          The value of the host component of this Authority object.
        • port
          int port
          The value of the port component of this Authority object.
        • userinfo
          String userinfo
          The value of the userinfo component of this Authority object.
    • Class Host

      class Host extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

    • Class URIReference

      class URIReference extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • authority
          Authority authority
          The value of the authority.
        • charset
          Charset charset
          The charset used for percent-encoding some characters (e.g. reserved characters) contained in the URI reference.
        • fragment
          String fragment
          The value of the fragment.
        • path
          String path
          The value of the path.
        • query
          String query
          The value of the query.
        • relativeReference
          boolean relativeReference
          Whether the URI reference is a relative reference or not.
        • scheme
          String scheme
          The value of the scheme.