Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Java / SelectionKey / channel

    /**
     * Returns the channel for which this key was created.  This method will
     * continue to return the channel even after the key is cancelled.
     *
     * @return  This key's channel
     */
    public abstract SelectableChannel channel();