227228229230231232233
* Creates a new writable channel. * * @return A new writable channel. */ protected WritableSelectionChannel createWritableSelectionChannel() { return new WritableSocketChannel(getSocketChannel(), getRegistration()); }