registerNegotiator method
- Sasl2FeatureNegotiator negotiator
Register a feature negotiator so that we can negotitate that feature inline with the SASL authentication.
Implementation
void registerNegotiator(Sasl2FeatureNegotiator negotiator) {
_featureNegotiators.add(negotiator);
}