Class URLCodec

    • Constructor Detail

      • URLCodec

        public URLCodec()
        Default constructor with the RFC 3986 printable characters.
      • URLCodec

        public URLCodec​(@Nonnull
                        BitSet aPrintableChars)
        Constructor with an arbitrary set of printable characters.
        Parameters:
        aPrintableChars - The printable character BitSet to use. May not be null.