-
m_scheme
java.lang.String m_scheme
Stores the scheme (usually the protocol) for this URI.
-
m_userinfo
java.lang.String m_userinfo
If specified, stores the userinfo for this URI; otherwise null
-
m_host
java.lang.String m_host
If specified, stores the host for this URI; otherwise null
-
m_port
int m_port
If specified, stores the port for this URI; otherwise -1
-
m_path
java.lang.String m_path
If specified, stores the path for this URI; otherwise null
-
m_queryString
java.lang.String m_queryString
If specified, stores the query string for this URI; otherwise
null.
-
m_fragment
java.lang.String m_fragment
If specified, stores the fragment for this URI; otherwise null