getNegotiatorById property

T? Function<T extends XmppFeatureNegotiatorBase>(String) getNegotiatorById
final

Returns the negotiator with id id of the connection or null.

Implementation

final T? Function<T extends XmppFeatureNegotiatorBase>(String)
    getNegotiatorById;