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
len bytes to this buffer from the given source
array starting at index off . |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.