public static interface SaslFrameBody.SaslFrameBodyHandler<E>
Modifier and Type | Method and Description |
---|---|
void |
handleChallenge(SaslChallenge saslChallenge,
Binary payload,
E context) |
void |
handleInit(SaslInit saslInit,
Binary payload,
E context) |
void |
handleMechanisms(SaslMechanisms saslMechanisms,
Binary payload,
E context) |
void |
handleOutcome(SaslOutcome saslOutcome,
Binary payload,
E context) |
void |
handleResponse(SaslResponse saslResponse,
Binary payload,
E context) |
void handleMechanisms(SaslMechanisms saslMechanisms, Binary payload, E context)
void handleChallenge(SaslChallenge saslChallenge, Binary payload, E context)
void handleResponse(SaslResponse saslResponse, Binary payload, E context)
void handleOutcome(SaslOutcome saslOutcome, Binary payload, E context)