Class HttpRFC7578Multipart.PercentCodec

java.lang.Object
org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
Enclosing class:
HttpRFC7578Multipart

static class HttpRFC7578Multipart.PercentCodec extends Object
  • Field Details

    • ESCAPE_CHAR

      private static final byte ESCAPE_CHAR
      See Also:
    • ALWAYSENCODECHARS

      private static final BitSet 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)