register method

void register(
  1. NegotiatorAttributes attributes
)

Register the negotiator against a connection class by means of attributes.

Implementation

void register(NegotiatorAttributes attributes) {
  _attributes = attributes;
}