| Package | Description | 
|---|---|
| org.apache.hc.core5.http2.hpack | HTTP/2 HPACK APIs. | 
| org.apache.hc.core5.util | Core utility classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HPackEncoder. encodeHeader(ByteArrayBuffer dst,
            Header header) | 
| void | HPackEncoder. encodeHeader(ByteArrayBuffer dst,
            String name,
            String value,
            boolean sensitive) | 
| void | HPackEncoder. encodeHeaders(ByteArrayBuffer dst,
             List<? extends Header> headers,
             boolean useHuffman) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CharArrayBuffer. append(ByteArrayBuffer b,
      int off,
      int len)Appends  lenbytes to this buffer from the given source
 array starting at indexoff. | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.