Uses of Class
org.glassfish.grizzly.http2.hpack.DecodingCallback
Packages that use DecodingCallback
-
Uses of DecodingCallback in org.glassfish.grizzly.http2
Methods in org.glassfish.grizzly.http2 with parameters of type DecodingCallback -
Uses of DecodingCallback in org.glassfish.grizzly.http2.hpack
Methods in org.glassfish.grizzly.http2.hpack with parameters of type DecodingCallbackModifier and TypeMethodDescriptionvoidDecoder.decode(Buffer headerBlockChunk, boolean finalChunk, DecodingCallback consumer) Decodes a header block from the given buffer to the given callback.