Interface SocketChannel

    • Method Detail

      • parent

        ServerSocketChannel parent()
        Description copied from interface: Channel
        Returns the parent of this channel.
        Specified by:
        parent in interface Channel
        Returns:
        the parent channel. null if this channel does not have a parent channel.