Interface IRIComponents

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AUTHORITY
      Indicates the authority component.
      static int FRAGMENT
      Indicates the fragment component.
      static int HOST
      Indicates the host part of the authority component.
      static int PATH
      Indicates the path component.
      static int PATHQUERY
      Indicates the PATH and QUERY components combined, for schemes in which ? is not special (e.g.
      static int PORT
      Indicates the port part of the authority component.
      static int QUERY
      Indicates the query component.
      static int SCHEME
      Indicates the scheme component.
      static int USER
      Indicates the user information part of the authority component, including the password if any.
    • Field Detail

      • AUTHORITY

        static final int AUTHORITY
        Indicates the authority component.
        See Also:
        Constant Field Values
      • USER

        static final int USER
        Indicates the user information part of the authority component, including the password if any.
        See Also:
        Constant Field Values
      • HOST

        static final int HOST
        Indicates the host part of the authority component.
        See Also:
        Constant Field Values
      • PORT

        static final int PORT
        Indicates the port part of the authority component.
        See Also:
        Constant Field Values
      • PATHQUERY

        static final int PATHQUERY
        Indicates the PATH and QUERY components combined, for schemes in which ? is not special (e.g. ftp and file)
        See Also:
        Constant Field Values