hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
SaslFrameParser
hunt
proton
engine
impl
SaslFrameParser
Undocumented in source.
class
SaslFrameParser {
enum
State
;
this
(SaslFrameHandler sasl, ByteBufferDecoder decoder, int frameSizeLimit, TransportImpl transport);
void
input
(ByteBuffer input);
}
Constructors
this
this
(SaslFrameHandler sasl, ByteBufferDecoder decoder, int frameSizeLimit, TransportImpl transport)
Undocumented in source.
Members
Enums
State
enum
State
Undocumented in source.
Functions
input
void
input
(ByteBuffer input)
Parse the provided SASL input and call my SASL frame handler with the result
Meta
Source
See Implementation
hunt
proton
engine
impl
SaslFrameParser
classes
SaslFrameParser