hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
Http1ClientDecoder
hunt
http
client
Http1ClientDecoder
Undocumented in source.
class
Http1ClientDecoder : DecoderChain {
this
(WebSocketDecoder webSocketDecoder, Http2ClientDecoder http2ClientDecoder);
DataHandleStatus
decode
(ByteBuffer buffer, Connection session);
}
Constructors
this
this
(WebSocketDecoder webSocketDecoder, Http2ClientDecoder http2ClientDecoder)
Undocumented in source.
Members
Functions
decode
DataHandleStatus
decode
(ByteBuffer buffer, Connection session)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
http
client
Http1ClientDecoder
classes
Http1ClientDecoder