Uses of Class
org.apache.hc.core5.util.ByteArrayBuffer
Packages that use ByteArrayBuffer
Package
Description
HTTP/2 HPACK APIs.
Core utility classes.
-
Uses of ByteArrayBuffer in org.apache.hc.core5.http2.hpack
Methods in org.apache.hc.core5.http2.hpack with parameters of type ByteArrayBufferModifier and TypeMethodDescriptionvoidHPackEncoder.encodeHeader(ByteArrayBuffer dst, String name, String value, boolean sensitive) voidHPackEncoder.encodeHeader(ByteArrayBuffer dst, Header header) voidHPackEncoder.encodeHeaders(ByteArrayBuffer dst, List<? extends Header> headers, boolean useHuffman) -
Uses of ByteArrayBuffer in org.apache.hc.core5.util
Methods in org.apache.hc.core5.util with parameters of type ByteArrayBufferModifier and TypeMethodDescriptionvoidCharArrayBuffer.append(ByteArrayBuffer b, int off, int len) Appendslenbytes to this buffer from the given source array starting at indexoff.