Home / cs-notes / Architecture / Components / Netty / Java / SelectionKey / selector
/**
* Returns the selector for which this key was created. This method will
* continue to return the selector even after the key is cancelled.
*
* @return This key's selector
*/
public abstract Selector selector();