hunt-http ~v0.0.x (2022-05-15T16:04:28.5576772)
Dub
Repo
CommonDecoder
hunt
http
codec
CommonDecoder
class
CommonDecoder : DecoderChain {
this
(DecoderChain next);
void
decode
(ByteBuffer buf, Session session);
}
Constructors
this
this
(DecoderChain next)
Undocumented in source.
Members
Functions
decode
void
decode
(ByteBuffer buf, Session session)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
http
codec
CommonDecoder
classes
CommonDecoder