Class URIFunctions

    • Field Detail

      • hierarchicalSchemes

        protected static java.util.HashSet<java.lang.String> hierarchicalSchemes
      • nonHierarchicalSchemes

        protected static java.util.HashSet<java.lang.String> nonHierarchicalSchemes
      • defaultPorts

        protected static java.util.HashMap<java.lang.String,​java.lang.String> defaultPorts
      • PATH_SEPARATOR

        protected static final AtomicValue PATH_SEPARATOR
      • QUERY_SEPARATOR

        protected static final AtomicValue QUERY_SEPARATOR
      • ALLOW_DEPRECATED_FEATURES

        protected static final AtomicValue ALLOW_DEPRECATED_FEATURES
      • OMIT_DEFAULT_PORTS

        protected static final AtomicValue OMIT_DEFAULT_PORTS
      • UNC_PATH

        protected static final AtomicValue UNC_PATH
      • AUTHORITY

        protected static final AtomicValue AUTHORITY
      • USERINFO

        protected static final AtomicValue USERINFO
      • FILEPATH

        protected static final AtomicValue FILEPATH
      • PATH_SEGMENTS

        protected static final AtomicValue PATH_SEGMENTS
      • QUERY_PARAMETERS

        protected static final AtomicValue QUERY_PARAMETERS
      • FRAGMENT

        protected static final AtomicValue FRAGMENT
      • HIERARCHICAL

        protected static final AtomicValue HIERARCHICAL
      • unescapedUriCharacters

        protected static final java.util.Set<java.lang.Character> unescapedUriCharacters
      • pathSeparator

        protected char pathSeparator
      • querySeparator

        protected char querySeparator
      • allowDeprecatedFeatures

        protected boolean allowDeprecatedFeatures
      • omitDefaultPorts

        protected boolean omitDefaultPorts
      • hierarchical

        protected boolean hierarchical
      • uncPath

        protected boolean uncPath
    • Constructor Detail

      • URIFunctions

        public URIFunctions()