Package org.apache.commons.vfs2.util
Class URIUtils.URLCodecUtils
java.lang.Object
org.apache.commons.vfs2.util.URIUtils.URLCodecUtils
- Enclosing class:
URIUtils
Internal URL codec utilities.
This was forked from some needed methods such as #encodeUrl(...)
and #hexDigit(int)
in org.apache.commons.codec.net.URLCodec
, as commons-codec library cannot be pulled in transitively
via Http Client v3 library any more.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte
private static final int
Radix used in encoding and decoding.private static final BitSet
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ESCAPE_CHAR
private static final byte ESCAPE_CHAR- See Also:
-
WWW_FORM_URL_SAFE
-
RADIX
private static final int RADIXRadix used in encoding and decoding.- See Also:
-
-
Constructor Details
-
URLCodecUtils
private URLCodecUtils()
-
-
Method Details
-
encodeUrl
-
hexDigit
private static char hexDigit(int b)
-