127128129130131132133134
return this; } @Override public ConnectionConfig fairSelect() { this.selector = new FairSelector(); return this; }