hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
Http1ServerDecoder
hunt
http
server
Http1ServerDecoder
class
Http1ServerDecoder : DecoderChain {
this
(WebSocketDecoder webSocketDecoder, Http2ServerDecoder http2ServerDecoder);
DataHandleStatus
decode
(ByteBuffer buffer, Connection session);
}
Constructors
this
this
(WebSocketDecoder webSocketDecoder, Http2ServerDecoder http2ServerDecoder)
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
server
Http1ServerDecoder
classes
Http1ServerDecoder