hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
HeaderBlockParser
hunt
http
codec
http
decode
HeaderBlockParser
Undocumented in source.
class
HeaderBlockParser {
this
(HpackDecoder hpackDecoder);
HttpMetaData
parse
(ByteBuffer buffer, int blockLength);
}
Constructors
this
this
(HpackDecoder hpackDecoder)
Undocumented in source.
Members
Functions
parse
HttpMetaData
parse
(ByteBuffer buffer, int blockLength)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
http
codec
http
decode
HeaderBlockParser
classes
HeaderBlockParser