serverConnections = new ConcurrentLinkedQueue<UDPNIOServerConnection>();
}
@Override
protected TemporarySelectorIO createTemporarySelectorIO() {
return new TemporarySelectorIO(new UDPNIOTemporarySelectorReader(this),
new UDPNIOTemporarySelectorWriter(this));
}