Class HttpRFC7578Multipart.PercentCodec
java.lang.Object
org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
- Enclosing class:
HttpRFC7578Multipart
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ESCAPE_CHAR
private static final byte ESCAPE_CHAR- See Also:
-
ALWAYSENCODECHARS
-
-
Constructor Details
-
PercentCodec
PercentCodec()
-
-
Method Details
-
encode
public byte[] encode(byte[] bytes) Percent-Encoding implementation based on RFC 3986 -
decode
public byte[] decode(byte[] bytes)
-