Class HttpRFC7578Multipart.PercentCodec
- java.lang.Object
-
- org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
-
- Enclosing class:
- HttpRFC7578Multipart
static class HttpRFC7578Multipart.PercentCodec extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.BitSetALWAYSENCODECHARSprivate static byteESCAPE_CHAR
-
Constructor Summary
Constructors Constructor Description PercentCodec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]decode(byte[] bytes)byte[]encode(byte[] bytes)Percent-Encoding implementation based on RFC 3986
-
-
-
Field Detail
-
ESCAPE_CHAR
private static final byte ESCAPE_CHAR
- See Also:
- Constant Field Values
-
ALWAYSENCODECHARS
private static final java.util.BitSet ALWAYSENCODECHARS
-
-