Uses of Interface
jdk.incubator.http.internal.hpack.DecodingCallback
-
Packages that use DecodingCallback Package Description jdk.incubator.http.internal.hpack HPACK (Header Compression for HTTP/2) implementation conforming to RFC 7541. -
-
Uses of DecodingCallback in jdk.incubator.http.internal.hpack
Methods in jdk.incubator.http.internal.hpack with parameters of type DecodingCallback Modifier and Type Method Description void
Decoder. decode(java.nio.ByteBuffer headerBlock, boolean endOfHeaderBlock, DecodingCallback consumer)
Decodes a header block from the given buffer to the given callback.
-