382383384385386387388389390391392
public SelectionKey cometKeyFor(SelectableChannel channel){ NioProvider nioP = NioProvider.getProvider(); if (nioP == null) { return channel.keyFor(selector); } else { return nioP.keyFor(channel, selector); } } public void resetSpinCounter(){